Skip to content

Commit

Permalink
Revert back to where we were #1914
Browse files Browse the repository at this point in the history
  • Loading branch information
amykglen committed Oct 12, 2022
1 parent 367823a commit c192042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
# - name: Append code dir to GITHUB_PATH # Causing RTXConfiguration import error
# run: echo "$HOME/code" >> $GITHUB_PATH
#
- name: Download databases as needed
working-directory: ./code
run: python3 ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
# - name: Download databases as needed
# run: python3 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 c192042

Please sign in to comment.