Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Nov 9, 2023
1 parent 2e58011 commit d67805b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install tf-nightly==2.16.0.dev20231103 # Pin a working nightly until rc0.
pip install -e ".[tests]" --progress-bar off --upgrade
pip install "jax[cpu]"
pip install torch>=2.0.1+cpu
pip install torchvision>=0.15.1
pip install -e ".[tests]" --progress-bar off --upgrade
pip unsinstall keras-core
pip uninstall tensorflow
pip uninstall keras-core
pip install tf-nightly==2.16.0.dev20231103 # Pin a working nightly until rc0.
- name: Test with pytest
env:
TEST_CUSTOM_OPS: false # TODO(ianstenbit): test custom ops, or figure out what our story is here
Expand Down

0 comments on commit d67805b

Please sign in to comment.