Skip to content

Commit

Permalink
use setup-python instead of miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 21, 2024
1 parent 0701609 commit fecd332
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,11 @@ jobs:

steps:
- uses: actions/checkout@v4

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

- name: Show conda installation info
run: |
conda info
conda list
- name: Build and install package
run: pip install -e .[testing]

Expand Down

0 comments on commit fecd332

Please sign in to comment.