Skip to content

Commit

Permalink
Added '--no-deps' to TDC installation in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomInvivo committed Jul 12, 2024
1 parent 0fa2d86 commit 2441f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: python -m pip install --no-deps -e . # `-e` required for correct `coverage` run.

- name: Install test dependencies
run: python -m pip install pytdc # Required to run the `test_finetuning.py`
run: python -m pip install pytdc --no-deps -e . # Required to run the `test_finetuning.py`

- name: Run tests
run: pytest -m 'not ipu'
Expand Down

0 comments on commit 2441f43

Please sign in to comment.