Skip to content

Commit

Permalink
Check if rdkit version is causing docs daisy chain test change
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jul 29, 2024
1 parent 9d0fe38 commit 8ba45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies from pip
run: |
echo "numpy<2" >> $PIP_CONSTRAINT
python3 -m pip install wheel setuptools numpy scipy click matplotlib pyyaml spglib rdkit flake8 pytest pytest-cov requests
python3 -m pip install wheel setuptools numpy scipy click matplotlib pyyaml spglib 'rdkit<2023' flake8 pytest pytest-cov requests
- name: Install latest ASE from pypi
run: |
Expand Down

0 comments on commit 8ba45d9

Please sign in to comment.