Skip to content

Commit

Permalink
Fixing coverage CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gandersen101 committed Mar 11, 2024
1 parent 7598384 commit ee0327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.11'
architecture: x64
- name: Install Root Dependencies
run: pip install nox poetry
- name: Generate Coverage Report
run: nox --session "tests-3.10(spacy='3.5.2', rapidfuzz='3.0.0')" -- --cov --cov-report=xml
run: nox --session "tests-3.11(spacy='3.7.4', rapidfuzz='3.6.2')" -- --cov --cov-report=xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit ee0327a

Please sign in to comment.