Skip to content

Commit

Permalink
Delete conda-lock.yml before locking
Browse files Browse the repository at this point in the history
Workaround for conda/conda-lock#196.
  • Loading branch information
weiji14 committed Jun 14, 2023
1 parent 26efd2f commit cece215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CondaLock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Run conda-lock ${{ matrix.IMAGE }}
run: |
cd ${{ matrix.IMAGE }}
rm conda-lock.yml
if [ ${{ matrix.IMAGE }} = "base-notebook" ]; then
conda-lock lock -f environment.yml -p linux-64
elif [ ${{ matrix.IMAGE }} = "pangeo-notebook" ]; then
Expand Down

0 comments on commit cece215

Please sign in to comment.