From a789411cf149e16afb16066293b1c7d97ebe211b Mon Sep 17 00:00:00 2001 From: "Leo C. Stein" Date: Fri, 9 Aug 2024 12:30:35 -0500 Subject: [PATCH] Workflow needs qnm and sxs packages to test 3dq8_RD notebook --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b504f1e..6a7f40d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,9 +37,11 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - conda install gsl + conda install gsl h5py numba pip install pytest numpy nbconvert ipykernel pip install NRSur7dq2 + conda config --add channels conda-forge + conda install qnm sxs - name: Install pipenv shell: bash -l {0}