Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Oct 15, 2024
1 parent 4591571 commit a30bdc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
python-version: ["3.11"]
platform: [ubuntu-latest, macos-latest] #, windows-latest]
defaults:
run:
Expand All @@ -31,7 +31,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: test
use-mamba: true
Expand Down

0 comments on commit a30bdc3

Please sign in to comment.