Skip to content

Commit

Permalink
FIX: Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 30, 2024
1 parent f2bcd23 commit c7d788f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-latest
# python: '3.11'
# kind: pip-pre
# - os: ubuntu-latest
# python: '3.12'
# kind: conda
# - os: macos-latest
# python: '3.11'
# kind: mamba
# - os: windows-latest
# python: '3.10'
# kind: mamba
# - os: ubuntu-latest
# python: '3.9'
# kind: minimal
# - os: ubuntu-20.04
# python: '3.9'
# kind: old
- os: ubuntu-latest
python: '3.11'
kind: pip-pre
- os: ubuntu-latest
python: '3.12'
kind: conda
# 3.12 needs https://github.com/conda-forge/dipy-feedstock/pull/50
- os: macos-14
- os: macos-14 # arm64
python: '3.11'
kind: mamba
- os: macos-latest # intel
python: '3.11'
kind: mamba
- os: windows-latest
python: '3.10'
kind: mamba
- os: ubuntu-latest
python: '3.9'
kind: minimal
- os: ubuntu-20.04
python: '3.9'
kind: old
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c7d788f

Please sign in to comment.