Skip to content

Commit 9afe475

Browse files
author
Hope Woods
committed
Added new environment file to decrease size of dependencies for testing
1 parent b7d9231 commit 9afe475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up micromamba
1818
uses: mamba-org/setup-micromamba@v2
1919
with:
20-
environment-file: rf_diffusion/environment/macos_environment.yml
20+
environment-file: rf_diffusion/environment/ci_environment.yml
2121
init-shell: bash
2222
cache-environment: true
2323

rf_diffusion/environment/macos_environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RFDpoly_env
1+
name: RFDpoly_env_macos
22
channels:
33
- pytorch
44
- conda-forge
@@ -18,4 +18,4 @@ dependencies:
1818
- pip:
1919
- dgl==1.0.1
2020
- e3nn==0.5.1
21-
- hydra-core==1.3.2
21+
- hydra-core==1.3.2

0 commit comments

Comments
 (0)