Skip to content

Commit

Permalink
use setup-python instead of mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 22, 2024
1 parent 068e532 commit 9c8ff98
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.python-version }}

- name: Show conda installation info
run: |
conda info
conda list
- name: Test
run: |
pip install nox
Expand Down

0 comments on commit 9c8ff98

Please sign in to comment.