Skip to content

Commit

Permalink
fix pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Aug 13, 2024
1 parent cfe1212 commit 4997038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
# - name: Append code dir to GITHUB_PATH # Causing RTXConfiguration import error
# run: echo $GITHUB_PATH

- name: Download databases into CICD instance
run: |
~/venv3.9/bin/python3 /home/ubuntu/RTX/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
~/venv3.9/bin/python3 /home/ubuntu/action-runner/_work/RTX/RTX/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
- name: Stop any running containers
Expand Down

0 comments on commit 4997038

Please sign in to comment.