Skip to content

Commit

Permalink
adjust build reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
timkucera committed Apr 24, 2024
1 parent 74e5051 commit 169527e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest Cython
pip install torch torch_geometric tensorflow dgl
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install torch_geometric tensorflow-cpu dgl
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down

0 comments on commit 169527e

Please sign in to comment.