diff --git a/.github/workflows/pytest_and_autopublish.yml b/.github/workflows/pytest_and_autopublish.yml index 5ceb944..cd4c7ee 100644 --- a/.github/workflows/pytest_and_autopublish.yml +++ b/.github/workflows/pytest_and_autopublish.yml @@ -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