Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Jan 1, 2025
1 parent a1be9ad commit 5c1a62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
# Ubuntu with Python 3.9, macOS (arm64) with Python 3.11.
# Build & Test currently uses Python 3.10 (on ubuntu-jammy).
# Together, they cover the supported minor Python versions.
is-pull-request: [ ${{ github.event_name == 'pull_request' }} ]
is-pull-request:
- ${{ github.event_name == 'pull_request' }}
exclude:
- is-pull-request: true # trick from https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
include:
Expand Down

0 comments on commit 5c1a62d

Please sign in to comment.