Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Upstream nightly version CI
on:
push:
pull_request:
schedule:
# weekly tests, Sundays at midnight
- cron: "0 0 * * 0"
Expand Down
12 changes: 7 additions & 5 deletions devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: openff-nagl-test
channels:
- openeye
- conda-forge
- pytorch-nightly
dependencies:
# Base depends
- python
- pip
- numpy =1

# UI
- click
Expand All @@ -20,9 +20,7 @@ dependencies:
- openeye-toolkits

# gnn
- pytorch
- torchvision
- torchaudio
- pytorch ~=2.6

# database
- pyarrow
Expand Down Expand Up @@ -63,5 +61,9 @@ dependencies:
- git+https://github.com/openforcefield/openff-toolkit.git@main
- git+https://github.com/openforcefield/openff-recharge.git@main
- git+https://github.com/openforcefield/openff-units.git@main

- --pre
- --extra-index-url https://download.pytorch.org/whl/nightly/cpu
- torch
- torchvision
- torchaudio

Loading