Skip to content

Commit

Permalink
test conda config
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Jul 10, 2024
1 parent d644363 commit 59ecf4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
cache-environment: true
cache-downloads: true
post-cleanup: 'all'
- name: Config for MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: micromamba config --add subdirs osx-64
shell: bash -l {0}
- name: Install PyTest
run: micromamba install pytest
shell: bash -l {0}
Expand Down

0 comments on commit 59ecf4a

Please sign in to comment.