Skip to content

Commit

Permalink
Merge pull request #123 from openforcefield/fix-dev-ci
Browse files Browse the repository at this point in the history
Fix remaining problems in CI
  • Loading branch information
j-wags authored Jul 19, 2024
2 parents 3d251ed + 5e1e22b commit b2bc55b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Uninstall OpenEye
if: matrix.include-openeye == false
run: conda remove --force openeye --yes || echo "openeye not installed"
run: conda remove --force openeye-toolkits --yes || echo "openeye not installed"

- name: Uninstall RDKit
if: matrix.include-rdkit == false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Uninstall OpenEye
if: matrix.include-openeye == false
run: conda remove --force openeye --yes || echo "openeye not installed"
run: conda remove --force openeye-toolkits --yes || echo "openeye not installed"

- name: Uninstall RDKit
if: matrix.include-rdkit == false
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/docs_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- openff-toolkit-base >=0.11.1
- openff-units
- pydantic <2.0
- rdkit
- rdkit !=2024.03.4
- openeye-toolkits

# database
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/examples_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- openff-units
- openff-recharge
- pydantic <3
- rdkit
- rdkit !=2024.03.4

# database
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:

# chemistry
- pydantic <3
- rdkit
- rdkit !=2024.03.4
- scipy

# database
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_cuda_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- openff-toolkit-base >=0.11.1
- openff-units
- pydantic <3
- rdkit
- rdkit !=2024.03.4
- openeye-toolkits

# database
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env_dgl_false.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- openff-toolkit-base >=0.11.1
- openff-units
- pydantic <3
- rdkit
- rdkit !=2024.03.4
- scipy
- ambertools

Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env_dgl_true.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- openff-toolkit-base >=0.11.1
- openff-units
- pydantic <3
- rdkit
- rdkit !=2024.03.4
- scipy
- ambertools

Expand Down

0 comments on commit b2bc55b

Please sign in to comment.