Skip to content

Commit

Permalink
Fix GHA job syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jan 10, 2024
1 parent 89c8fe4 commit 7d7f0d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/julia-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Julia Testing
on: [push]
jobs:
julia:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
install-method: [pip]
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
install-method: [pip]
fail-fast: false
max-parallel: 20
runs-on: ${{ matrix.os }}
steps:
- name: Install Python
Expand Down

0 comments on commit 7d7f0d9

Please sign in to comment.