Skip to content

Commit

Permalink
Create lockfile in temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Jan 16, 2024
1 parent a316491 commit a9d3750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
init-shell: bash

- name: Run conda-lock
run: conda-lock lock --mamba -f environment.yml -p osx-64 -p linux-64 -p win-64
run: conda-lock --mamba -f environment.yml -p osx-64 -p linux-64 -p win-64 --lockfile ${{ runner.temp }}/conda-lock.yml
shell: bash -el {0}

0 comments on commit a9d3750

Please sign in to comment.