Skip to content

Commit

Permalink
[skip ci] update CI configuration to build only once the noarch package
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Apr 20, 2022
1 parent 8366c86 commit 69153ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ ubuntu-latest , macos-latest , windows-latest]
python-minor-version: [7,8,9]
os: [ ubuntu-latest]
python-minor-version: [9]
isMaster:
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
exclude:
Expand Down

0 comments on commit 69153ce

Please sign in to comment.