Skip to content

Commit

Permalink
(WIP) Fix CI (#1908)
Browse files Browse the repository at this point in the history
* possibly fix CI

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* unpin OE versions

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
j-wags and pre-commit-ci[bot] committed Jul 16, 2024
1 parent 40f5cd9 commit cedc1cd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1,237 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/conda_oe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Base depends
- openff-toolkit-examples
# Tests
- openeye-toolkits =2024.1.0
- openeye-toolkits
- pytest=7.4
- pytest-rerunfailures
- nbval
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/openeye-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- typing_extensions
- nglview
# Toolkit-specific
- openeye-toolkits =2024.1.0
- openeye-toolkits
# Test-only/optional/dev/typing/examples
- pytest
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- openff-nagl-models ==0.1.0
- typing_extensions
# Toolkit-specific
- openeye-toolkits =2024.1.0
- openeye-toolkits
# Test-only/optional/dev/typing
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- ambertools >=22
# https://github.com/rdkit/rdkit/issues/7221
- rdkit <2023.09.6
- openeye-toolkits =2024.1.0
- openeye-toolkits
# Test-only/optional/dev/typing
- pytest
- pytest-cov
Expand Down
Loading

0 comments on commit cedc1cd

Please sign in to comment.