Skip to content

Commit

Permalink
fix(actions): change setup-miniconda step
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t authored Jun 5, 2024
1 parent df55243 commit 5278658
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge,nodefaults
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
use-only-tar-bz2: true

- name: Install Mac dependencies
if: runner.os == 'macOS'
Expand Down

0 comments on commit 5278658

Please sign in to comment.