Skip to content

Commit

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

# - name: Download databases as needed
# run: python3 $HOME/RTX/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
- name: Download databases as needed
run: |
pwd
ls -l pwd
- name: Stop any running containers
continue-on-error: true
Expand Down

0 comments on commit db62160

Please sign in to comment.