Skip to content

Commit

Permalink
debug PIP_CONSTRAINTS use in ase install
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jul 22, 2024
1 parent c07a2c8 commit c4bd6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
echo "numpy<2" > $PIP_CONSTRAINTS
python3 -m pip install -c $PIP_CONSTRAINTS wheel setuptools numpy scipy click matplotlib pyyaml spglib rdkit flake8 pytest pytest-cov requests
- name: Install latest ASE from gitlab
- name: Install latest ASE from pypi
run: |
echo PIP_CONSTRAINTS $PIP_CONSTRAINTS
python3 -m pip install -c $PIP_CONSTRAINTS ase
echo -n "ASE VERSION "
python3 -c "import ase; print(ase.__file__, ase.__version__)"
Expand Down

0 comments on commit c4bd6cf

Please sign in to comment.