Skip to content

Commit

Permalink
almost?
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed May 20, 2024
1 parent f1c4d4f commit 126c8b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tpu_unit_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI with GCP TPU

on: [push, pull_request]
on: [pull_request]

jobs:
test:
Expand Down Expand Up @@ -30,6 +30,5 @@ jobs:
- name: Create VM and Run Script
run: |
export TPU_NAME=ci-run-${{ github.run_id }}
cd levanter
infra/babysit-tpu-vm.sh $TPU_NAME -z ${{ matrix.tpu-zone }} -t v4-8 --preemptible -s infra/helpers/setup-tpu-vm-tests.sh -- \
bash levanter/infra/run.sh pytest tests

0 comments on commit 126c8b2

Please sign in to comment.