Skip to content

Commit

Permalink
python setup v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jahatef committed Jun 17, 2024
1 parent 5da0b9f commit d21106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: install torch
run: python3 -m pip install torch
- name: install requirements
run: python3 -m pip install -r requirements*.txt
run: python3 -m pip install -r requirements.txt
- name: Run Tests
run: pytest --forked tests

0 comments on commit d21106c

Please sign in to comment.