Skip to content

Commit

Permalink
conda-lock: avoid mamba (try https://github.com/conda/conda-lock/issu…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jul 17, 2023
1 parent 272041d commit 3eb8bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_docker_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: 🔒 Conda lock
run: |
conda activate
mamba create --name lockenv conda-lock==2.1.1 pip==22.0.4 python==3.9.10 pydantic==1.9.1
mamba create --name lockenv conda-lock==2.1.0 pip
conda activate lockenv
conda-lock --file ${env_yaml_path}/rnasum.yaml --platform linux-64
conda-lock --file ${env_yaml_path}/rnasum.yaml --platform linux-64 --no-mamba
mv conda-lock.yml ${env_lock_path}/conda-lock.yml
- name: 💾 Commit lockfile
run: |
Expand Down

0 comments on commit 3eb8bba

Please sign in to comment.