Skip to content

Commit

Permalink
Update version in CI/CD and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Oct 11, 2024
1 parent 1cc62b9 commit 94205be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate AlphaPulldown
conda install -c bioconda hmmer hhsuite
pip install alphapulldown==2.0.0b5
pip install alphapulldown==2.0.0b6
- if: matrix.install-type == 'developer'
run: |
conda create -n AlphaPulldown -c omnia -c bioconda -c conda-forge python==${{ matrix.python-version }} openmm==8.0 pdbfixer==1.9 kalign2 pytest importlib_metadata modelcif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Activate the AlphaPulldown environment and install AlphaPulldown:

```bash
source activate AlphaPulldown
python3 -m pip install alphapulldown==2.0.0
python3 -m pip install alphapulldown==2.0.0b6
```

```bash
Expand Down

0 comments on commit 94205be

Please sign in to comment.