From ed196173cb529df8a98ca1a5410b4092aa82d816 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Mon, 5 Feb 2024 14:42:00 -0800 Subject: [PATCH] debugging install --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 0e7c67c..44afcd5 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -27,6 +27,7 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest numpy + pip install orbitize pip install -r requirements.txt python setup.py develop git lfs pull