Skip to content

Commit

Permalink
Attempting to force setuptools upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 18, 2024
1 parent b856324 commit a60a2ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ jobs:
MPLBACKEND: PDF
# BIOSIMULATORS_API_ENDPOINT: https://api.biosimulators.dev/ # uncomment to execute tests with the dev deployment
with:
run: poetry run python -m pytest tests/ --cov=./biosimulators_test_suite --cov-report=xml
run: |
poetry run python -m pip install --upgrade setuptools
poetry run python -m pytest tests/ --cov=./biosimulators_test_suite --cov-report=xml
- name: Upload the coverage report to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit a60a2ab

Please sign in to comment.