Skip to content

Commit

Permalink
micromamba environment export fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfb2021 committed Oct 7, 2024
1 parent 27d4c6f commit 9666c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
mkdir -p artifacts
filename=env_py${{ matrix.python-version }}_${{ matrix.os }}.yml
micromamba env export --no-builds > artifacts/$filename
micromamba env export > artifacts/$filename
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9666c30

Please sign in to comment.