From 8c027d8770f0f126e8cc5aa9abf800bb6b74f1e2 Mon Sep 17 00:00:00 2001 From: SchrodingersCattt <96342692+SchrodingersCattt@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:18:46 +0800 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 853e723..0656590 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,7 @@ jobs: python -m pip install --upgrade pip pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + if [ -f setup.py ]; then pip install .; fi pip install --upgrade "jax[cpu]" - name: Test with pytest run: |