Skip to content

Commit

Permalink
prevent future breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Apr 22, 2024
1 parent 8563cf5 commit 9226514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
PYTHON_VER=${{ matrix.python-version }}
PYTHON_VER=${PYTHON_VER//./} # Remove the dot from the Python version
if mamba search -c conda-forge pymol-open-source | grep -q "py${PYTHON_VER}"; then
if mamba search -c conda-forge pymol-open-source=3.0.0 | grep -q "py${PYTHON_VER}"; then
mamba install -c conda-forge pymol-open-source=3.0.0
fi
- name: Install package
Expand Down

0 comments on commit 9226514

Please sign in to comment.