Skip to content

Commit

Permalink
another try to install oryx
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Oct 24, 2024
1 parent 3da6b89 commit a905856
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
# cache: pip
# cache-dependency-path: '**/pyproject.toml'

- run:
pip install -e .[dev]
pip install "git+https://github.com/jax-ml/oryx.git"
- run: pip install -e .[dev]
- run: pip install "git+https://github.com/jax-ml/oryx.git"

# Run tests (in parallel)
- name: Run core tests
Expand Down

0 comments on commit a905856

Please sign in to comment.