Skip to content

Commit

Permalink
update setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 11, 2024
1 parent 9bd8139 commit 91a3704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-langs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
with:
submodules: true

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
channel-priority: true

Expand All @@ -42,7 +41,7 @@ jobs:

- name: Install compilers
if: matrix.language != 'python'
run: mamba install ${{ matrix.language }}-compiler cmake make pkg-config
run: conda install ${{ matrix.language }}-compiler cmake make

- name: Run the language tests
run: nox -s "test-langs-${{ matrix.python-version }}(lang='${{ matrix.language }}')" --python ${{ matrix.python-version }} --verbose
Expand Down

0 comments on commit 91a3704

Please sign in to comment.