Skip to content

Commit

Permalink
more kick
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Jun 18, 2024
1 parent f6ec237 commit 2e498d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

env:
latest_python: "3.12"
Expand All @@ -26,7 +27,8 @@ jobs:
run: |
echo "latest_python=$latest_python" >> $GITHUB_OUTPUT
echo "supported_pythons=$supported_pythons" >> $GITHUB_OUTPUT
build-linux:
build-lint-test:
needs: conf
strategy:
max-parallel: 5
fail-fast: true
Expand Down

0 comments on commit 2e498d3

Please sign in to comment.