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 2bb4a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 2bb4a4e

Please sign in to comment.