Skip to content

Commit

Permalink
switch to pip install [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 14, 2024
1 parent 4a9a626 commit 928d113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install nightly pytorch-lightning and DGL
run: |
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
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
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openff-nagl-test
channels:
- openeye
- pytorch-nightly
# - pytorch-nightly
- conda-forge
- defaults
dependencies:
Expand All @@ -23,7 +23,7 @@ dependencies:
- pyarrow

# gcn
- pytorch
# - pytorch

# parallelism
- dask-jobqueue
Expand Down

0 comments on commit 928d113

Please sign in to comment.