Skip to content

Commit ea633bb

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Temporarily remove tf-nightly and macos from pytest workflow.
PiperOrigin-RevId: 638234650
1 parent a7af2a1 commit ea633bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
# Do not cancel in-progress jobs if any matrix job fails.
8080
fail-fast: false
8181
matrix:
82-
tf-version: ['tensorflow', 'tf-nightly']
82+
tf-version: ['tensorflow']
8383
# Can't reference env variables in matrix
8484
num-shards: ${{ fromJson(needs.shards-job.outputs.num-shards) }}
8585
shard-id: ${{ fromJson(needs.shards-job.outputs.shard-ids) }}
8686
# TF suppported versions: https://www.tensorflow.org/install/pip#software_requirements
8787
python-version: ['3.10', '3.11']
88-
os-version: [ubuntu-latest, macos-latest]
88+
os-version: [ubuntu-latest]
8989

9090
steps:
9191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)