Skip to content

Commit

Permalink
adding workaround for compile cache failing to load with recent JAX
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhelal committed Sep 23, 2024
1 parent cfb9f23 commit 2d45a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
pip install -U pip
pip install .[dev]
- name: Workaround for compilation cache failure
run: |
pip install etils[epath]
- name: Log installed environment
run: |
python3 -m pip freeze
Expand Down

0 comments on commit 2d45a40

Please sign in to comment.