Skip to content

Commit

Permalink
Use explicit python 3.10 setting in tests (3 started to stand for 3.1…
Browse files Browse the repository at this point in the history
…1, which tensorflow doesn't support yet)

PiperOrigin-RevId: 491174898
  • Loading branch information
romanngg committed Nov 27, 2022
1 parent b091525 commit feb1ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3] # 3 == 3.10 currently.
python-version: [3.7, 3.8, 3.9, '3.10'] # 3 == 3.11 currently.
JAX_ENABLE_X64: [0, 1]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3] # 3 == 3.10 currently.
python-version: [3.7, 3.8, 3.9, '3.10'] # 3 == 3.11 currently.
JAX_ENABLE_X64: [0]

runs-on: macos-latest
Expand Down

0 comments on commit feb1ce8

Please sign in to comment.