Skip to content

Commit

Permalink
ci: fix python-version in conda forge test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 1, 2024
1 parent cfa2c83 commit e11f824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_conda_forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
os: ['ubuntu-latest']
use-mamba: [true, false]
include:
- python-version: 3.10
- python-version: '3.10'
os: 'windows-latest'
use-mamba: true
- python-version: 3.12
- python-version: '3.12'
os: 'windows-latest'
use-mamba: true
- python-version: 3.10
- python-version: '3.10'
os: 'macos-latest'
use-mamba: true
- python-version: 3.12
- python-version: '3.12'
os: 'macos-latest'
use-mamba: true

Expand Down

0 comments on commit e11f824

Please sign in to comment.