Skip to content

Commit

Permalink
Fix typo and remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Tietz committed Dec 10, 2024
1 parent 72fd9d5 commit 77056a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools pytest-monitor
pip uninstall pytest-cov
# cpu version of pytorch
pip install -e .[test]
- name: Downgrade numpy on MacOS and Windows
Expand All @@ -65,6 +66,6 @@ jobs:
- name: Upload monitor data
uses: actions/upload-artifact@v4
with:
name: monitor_db_${{ matrix.os }}_${{ matrix.python_version }}.sqlite
name: monitor_db_${{ matrix.os }}_${{ matrix.python-version }}.sqlite
path: monitor_db.sqlite
retention-days: 1

0 comments on commit 77056a3

Please sign in to comment.