Skip to content

Commit

Permalink
ci: fix requirements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 19, 2024
1 parent b8c0916 commit 8d7fccf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ jobs:
- name: Install package & dependencies
run: |
pip --version
pip install -e '.[test]' -U -q --find-links $TORCH_URL
pip install -e . -r requirements/test.txt -U -q --find-links $TORCH_URL
pip list
- name: Tests
run: |
coverage run --source lightning_data -m pytest tests -v
run: coverage run --source lightning_data -m pytest tests -v

- name: Statistics
if: success()
Expand Down

0 comments on commit 8d7fccf

Please sign in to comment.