Skip to content

Commit

Permalink
Don't use miniconda for notebook test workflow
Browse files Browse the repository at this point in the history
Just use Python because Miniconda is overkill. And it's bizzarely not working.
  • Loading branch information
mdpiper committed Oct 11, 2024
1 parent d790227 commit 6dcf095
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
- uses: actions/setup-python@v5
with:
python-version: "3.11"
miniforge-version: latest
python-version: 3.11

- name: Install nox
run: pip install nox
Expand Down

0 comments on commit 6dcf095

Please sign in to comment.