Skip to content

Commit

Permalink
Remove dummy pytest-job
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623536061
  • Loading branch information
Torax team committed Apr 12, 2024
1 parent b9dfce9 commit 026aa28
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
num-shards: ${{ steps.create-vars.outputs.num-shards }}
shard-ids: ${{ steps.create-vars.outputs.shard-ids }}

pytest-job-shards:
pytest-job:
needs: shards-job

name: '[${{ matrix.os-version }}][Python ${{ matrix.python-version }}][${{ matrix.shard-id }}/${{ matrix.num-shards }}] Core TORAX tests'
Expand Down Expand Up @@ -113,11 +113,3 @@ jobs:
# # TODO(b/323504363): fix UnparsedFlagAccessError, parallelize, and run under pytest
# - name: "Run torax/tests/sim.py"
# run: python torax/tests/sim.py

pytest-job:
# Dummy job to enable smooth transition of Copybara configs.
# TODO(b/323504363): remove once Copybara configs are updated.
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- run: echo OK

0 comments on commit 026aa28

Please sign in to comment.