Skip to content

Commit

Permalink
addresses #58
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWiesner committed May 31, 2023
1 parent 77681d7 commit 60d2c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-github-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
environment-name: ${{ runner.os }}
- name: export conda environment created using micromamba
run: |
micromamba env export --name ${{ runner.os }} | grep -v "^prefix: " > ./environments/csp_${{ runner.os }}_solved.yml
conda list --explicit > ./environments/csp_${{ runner.os }}_solved.txt
conda env export -p "${MAMBA_ROOT_PREFIX}/envs/${{ runner.os }}" | grep -v "^prefix: " > ./environments/csp_${{ runner.os }}_solved.yml
conda list --explicit -p "${MAMBA_ROOT_PREFIX}/envs/${{ runner.os }}" > ./environments/csp_${{ runner.os }}_solved.txt
- name: add and commit exported conda environment
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 60d2c17

Please sign in to comment.