Skip to content

Commit

Permalink
CI: Use miniforge
Browse files Browse the repository at this point in the history
This ensures that we use the conda-forge channel instead of defaults.
  • Loading branch information
jitseniesen committed Sep 3, 2024
1 parent de4fee4 commit ca8a903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install Conda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
auto-update-conda: true
python-version: ${{ matrix.PYTHON_VERSION }}
- name: Checkout Spyder from git
Expand Down

0 comments on commit ca8a903

Please sign in to comment.