Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jan 17, 2024
1 parent a9a1540 commit 8800511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python -m pip install --upgrade pip
pip install packaging
pip install -r tests/requirements.txt
python setup.py install
python setup.py install --no-cache-dir
- name: Run coverage
run: coverage run setup.py test
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit 8800511

Please sign in to comment.