Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 7, 2023
1 parent 98bfe13 commit 0cc7db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
cd lib/reproschema-py && git checkout remi_schema_creator && pip install -e .
- name: Run tests and generate coverage report
run: pytest --cov=./ --cov-report=xml
run: python -m pytest python/tests --cov=./ --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0cc7db1

Please sign in to comment.