Skip to content

Commit

Permalink
Change requirement installation
Browse files Browse the repository at this point in the history
  • Loading branch information
carriepl-mila committed Aug 8, 2023
1 parent 395a5d1 commit a75983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: 3.8

- name: Install code dependencies
run: pip install --upgrade https://github.com/alexhernandezgarcia/gflownet/archive/main.zip --quiet
run: pip install -r requirements.txt

- name: Install Pytest and Isort
run: pip install pytest isort
Expand Down

0 comments on commit a75983c

Please sign in to comment.