Skip to content

Commit

Permalink
actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
arivers committed Sep 19, 2024
1 parent f7faab1 commit 562f03e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
defaults:
run:
shell: bash -el {0}
strategy:

max-parallel: 5
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 562f03e

Please sign in to comment.