From a905856671341a683b025775607c0d0f989ac380 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 23 Oct 2024 23:10:28 -0400 Subject: [PATCH] another try to install oryx --- .github/workflows/pytest_and_autopublish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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