Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Aug 13, 2024
1 parent 7047463 commit d6563cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6563cb

Please sign in to comment.