Skip to content

Commit

Permalink
try adding required dependency to test install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Jul 6, 2023
1 parent 59c88e6 commit 55657c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-terra-jupyter-hail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55657c9

Please sign in to comment.