From d6563cbb20548f956413dcce0e54d8a09da661f6 Mon Sep 17 00:00:00 2001 From: Sundareswar Pullela Date: Mon, 12 Aug 2024 18:53:38 -0700 Subject: [PATCH] testing github actions --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 58f79984c..81dadabfe 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -46,7 +46,9 @@ jobs: # run: echo $GITHUB_PATH - name: Download databases as needed - run: ~/venv3.9/bin/python3 /home/ubuntu/actions-runner/_work/RTX/RTX/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused + run: | + touch /home/ubuntu/actions-runner/_work/RTX/RTX/code/__init__.py + ~/venv3.9/bin/python3 /home/ubuntu/actions-runner/_work/RTX/RTX/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused - name: Stop any running containers continue-on-error: true