Skip to content

Commit

Permalink
[ci] Reduce the number of python wheels built nightly (taichi-dev#2726)
Browse files Browse the repository at this point in the history
* [ci] Reduce the number of python wheels built nightly
  • Loading branch information
Leonz5288 authored Aug 18, 2021
1 parent 25b4634 commit 9c108ff
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,11 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
python: 3.6
with_cc: OFF
- os: macos-latest
python: 3.7
with_cc: OFF
# We use only one python version because it would consume a large
# amount of github action minutes.
- os: macos-latest
python: 3.8
with_cc: OFF
- os: macos-latest
python: 3.9
with_cc: OFF
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -85,18 +78,11 @@ jobs:
strategy:
matrix:
include:
- os: windows-latest
python: 3.6
with_cc: OFF
- os: windows-latest
python: 3.7
with_cc: OFF
# We use only one python version because it would consume a large
# amount of github action minutes.
- os: windows-latest
python: 3.8
with_cc: OFF
- os: windows-latest
python: 3.9
with_cc: OFF
runs-on: ${{ matrix.os }}
steps:
- name: Install 7Zip PowerShell
Expand Down

0 comments on commit 9c108ff

Please sign in to comment.