Skip to content

Commit

Permalink
install pytorch before dgl?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 13, 2024
1 parent f752eac commit 5eea53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Install nightly pytorch-lightning and DGL
run: |
python -m pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip -U
python -m pip install --pre dgl -f https://data.dgl.ai/wheels-test/repo.html
python -m pip install --pre dglgo -f https://data.dgl.ai/wheels-test/repo.html
python -m pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip -U
- name: Install package
run: |
Expand Down

0 comments on commit 5eea53c

Please sign in to comment.