Skip to content

Commit

Permalink
Fix CI yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 31, 2023
1 parent 276bab1 commit f77beb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
julia-version: ['1']
python-version: ['3.11']
os: [ubuntu-latest]
test-id: ['main']
test-id: [main]
include:
- julia-version: ['1.6']
python-version: ['3.7']
os: [ubuntu-latest]
test-id: ['include']
- julia-version: '1.6'
python-version: '3.7'
os: ubuntu-latest
test-id: include

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f77beb1

Please sign in to comment.