Skip to content

Commit

Permalink
Test ci changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723198166
  • Loading branch information
ecalubaquib authored and Google-ML-Automation committed Feb 4, 2025
1 parent 694572b commit 583d948
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install test dependencies
run: |
ls
cat examples/datasets.py
- name: Set up Python 3.11
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
Expand Down Expand Up @@ -77,7 +81,10 @@ jobs:
run: |
pip install uv
uv pip install --system .[minimum-jaxlib] -r build/test-requirements.txt
- name: Install test dependencies
run: |
ls
cat examples/datasets.py
- name: Run tests
env:
JAX_NUM_GENERATED_CASES: ${{ matrix.num_generated_cases }}
Expand Down
2 changes: 1 addition & 1 deletion examples/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

"""Datasets used in examples."""

# TESTING

import array
import gzip
Expand Down

0 comments on commit 583d948

Please sign in to comment.