Skip to content

Commit

Permalink
upgrade pymol to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Apr 22, 2024
1 parent 6e74bd6 commit 8563cf5
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 @@ -32,7 +32,7 @@ jobs:
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
mamba install -c conda-forge pymol-open-source=2.5.0
mamba install -c conda-forge pymol-open-source=3.0.0
fi
- name: Install package
shell: bash -l {0}
Expand Down

0 comments on commit 8563cf5

Please sign in to comment.