3131 steps :
3232 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
34+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
@@ -56,13 +56,13 @@ jobs:
5656 fail-fast : false
5757 steps :
5858 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
59+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
6060 with :
6161 python-version : 3.12
6262 - name : Install dependencies with jax nightly
6363 run : |
6464 python -m pip install --upgrade pip
65- python -m pip install .[dev,tfds,grain ]
65+ python -m pip install .[dev,tfds]
6666 python -m pip install --upgrade --pre jax jaxlib -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
6767 - name : Run tests
6868 run : |
@@ -81,13 +81,13 @@ jobs:
8181 fail-fast : false
8282 steps :
8383 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
84+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
8585 with :
8686 python-version : 3.12
8787 - name : Install dependencies with flax nightly
8888 run : |
8989 python -m pip install --upgrade pip
90- python -m pip install .[dev,tfds,grain ]
90+ python -m pip install .[dev,tfds]
9191 python -m pip install --upgrade git+https://github.com/google/flax.git
9292 - name : Run tests
9393 run : |
@@ -106,13 +106,13 @@ jobs:
106106 fail-fast : false
107107 steps :
108108 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
109+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
110110 with :
111111 python-version : 3.12
112112 - name : Install dependencies with optax nightly
113113 run : |
114114 python -m pip install --upgrade pip
115- python -m pip install .[dev,tfds,grain ]
115+ python -m pip install .[dev,tfds]
116116 python -m pip install --upgrade git+https://github.com/google-deepmind/optax.git
117117 - name : Run tests
118118 run : |
@@ -131,13 +131,13 @@ jobs:
131131 fail-fast : false
132132 steps :
133133 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
134+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
135135 with :
136136 python-version : 3.12
137137 - name : Install dependencies with orbax-checkpoint and orbax-export nightly
138138 run : |
139139 python -m pip install --upgrade pip
140- python -m pip install .[dev,tfds,grain ]
140+ python -m pip install .[dev,tfds]
141141 python -m pip install --upgrade 'git+https://github.com/google/orbax/#subdirectory=checkpoint' 'git+https://github.com/google/orbax/#subdirectory=export'
142142 - name : Run tests
143143 run : |
@@ -156,13 +156,13 @@ jobs:
156156 fail-fast : false
157157 steps :
158158 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
159+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
160160 with :
161161 python-version : 3.12
162162 - name : Install dependencies with chex nightly
163163 run : |
164164 python -m pip install --upgrade pip
165- python -m pip install .[dev,tfds,grain ]
165+ python -m pip install .[dev,tfds]
166166 python -m pip install --upgrade 'git+https://github.com/google-deepmind/chex/'
167167 - name : Run tests
168168 run : |
0 commit comments