Skip to content

Commit

Permalink
Pin to conda-lock 1.0.5 to keep relative paths
Browse files Browse the repository at this point in the history
See #15.
  • Loading branch information
weiji14 committed Nov 29, 2022
1 parent ef9cc29 commit e609d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-lock-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Install conda-lock library
- name: Install conda-lock
run: pip install conda-lock
run: pip install conda-lock==1.0.5

# Run "conda-lock" for linux-64 only
- name: Run conda-lock
Expand Down
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eux
pip install conda-lock==1.2.1
pip install conda-lock==1.0.5
conda-lock install --mamba --name cryocloud conda-lock.yml

0 comments on commit e609d9c

Please sign in to comment.