From be83a1b8b58c141e2504d142b13e36619d18782f Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Tue, 4 Jul 2023 20:33:57 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fc3b22..ded977b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,10 +56,13 @@ jobs: - name: Install package run: python -m pip install .[test] + + - name: Install jaxopt (temp) + run: python -m pip install --upgrade git+https://github.com/phinate/jaxopt.git@fix-lbfgsb-grad + - name: Test package run: >- - python -m pip install --upgrade git+https://github.com/phinate/jaxopt.git@fix-lbfgsb-grad pytest -ra --cov --cov-report=xml --cov-report=term --durations=20 - name: Upload coverage report