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 8f76976 commit 5da0b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
run: python3 prepare_data.py
- name: install pytest
run: python3 -m pip install pytest pytest-forked pyyaml requests
- name: install requirements
- name: install torch
run: python3 -m pip install torch
- name: install requirements
run: python3 -m pip install -r requirements*.txt
- name: Run Tests
run: pytest --forked tests

0 comments on commit 5da0b9f

Please sign in to comment.