diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 626ed65d3..afe8972f1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,7 +52,7 @@ jobs: - name: Download databases run: | - cd /home/ubuntu/actions-runner/_work/RTX/RTX/code && ~/venv3.9/bin/python3 -c 'import RTXConfiguration' + cd /home/ubuntu/actions-runner/_work/RTX/RTX/code && ~/venv3.9/bin/python3 -c 'import os; print(sys.path)' - name: Stop any running containers continue-on-error: true