From 55657c9263e36f99321646aa89369f408f760664 Mon Sep 17 00:00:00 2001 From: Tristan Garwood Date: Wed, 5 Jul 2023 14:30:05 -0400 Subject: [PATCH] try adding required dependency to test install --- .github/workflows/test-terra-jupyter-hail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-terra-jupyter-hail.yml b/.github/workflows/test-terra-jupyter-hail.yml index cc6c777d..637719bd 100644 --- a/.github/workflows/test-terra-jupyter-hail.yml +++ b/.github/workflows/test-terra-jupyter-hail.yml @@ -106,7 +106,7 @@ jobs: --workdir=/tests \ --entrypoint="" \ terra-jupyter-hail:smoke-test \ - /bin/bash -c 'pip3 install pytest ; pytest terra-jupyter-python/tests/ terra-jupyter-hail/tests/' + /bin/bash -c 'python3.10 -m pip install --force-reinstall pytest ; pytest terra-jupyter-python/tests/ terra-jupyter-hail/tests/' - name: Test Python code specific to notebooks with nbconvert # Simply 'Cell -> Run All` these notebooks and expect no errors in the case of a successful run of the test suite.