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 9115415 commit 79e2f5f
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 @@ -50,7 +50,7 @@ jobs:
- name: prepare data
run: python3 prepare_data.py
- name: install pytest
run: python3 -m pip install pytest pytest-forked yaml
run: python3 -m pip install pytest pytest-forked pyyaml requests
- name: install requirements
run: python3 -m pip install torch
- name: Run Tests
Expand Down

0 comments on commit 79e2f5f

Please sign in to comment.