Skip to content

Commit

Permalink
py39
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailing Zhang committed Feb 22, 2022
1 parent 0c432a3 commit 0ff6ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- id: set-matrix
run: |
if [ -z "${{ github.event.action }}" ]; then
# For nightly release, we only run on python 3.8
echo '::set-output name=matrix::{"include":[{"name":"taichi-nightly","python":"3.8","conda_python":"py38"}]}"'
# For nightly release, we only run on python 3.9
echo '::set-output name=matrix::{"include":[{"name":"taichi-nightly","python":"3.9","conda_python":"py39"}]}"'
# M1 only supports py38 and py39(conda), so change matrix.
echo '::set-output name=matrix_osx::{"include":[{"name":"taichi-nightly","python":"3.8"}]}"'
echo '::set-output name=matrix_osx::{"include":[{"name":"taichi-nightly","python":"3.9"}]}"'
else
# For production release, we run on four python versions.
echo '::set-output name=matrix::{"include":[{"name":"taichi","python":"3.6","conda_python":"py36"},{"name":"taichi","python":"3.7","conda_python":"py37"},{"name":"taichi","python":"3.8","conda_python":"py38"},{"name":"taichi","python":"3.9","conda_python":"py39"}]}"'
Expand Down

0 comments on commit 0ff6ddf

Please sign in to comment.