Skip to content

Commit

Permalink
Fix in mac config too and update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Dec 19, 2024
1 parent 25e2ce8 commit a056650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
name: Run pytest
steps:
Expand All @@ -44,7 +44,6 @@ jobs:
which python
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
conda config --remove channels defaults
conda config --add channels conda-forge
conda config --add channels nodefaults
$CONDA/bin/conda init bash
Expand Down

0 comments on commit a056650

Please sign in to comment.