Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed May 31, 2023
1 parent 7a7bd64 commit 80bd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "http://localhost:5008/api/rtxkg2/v1.4" > /mnt/config/kg2_url_override.txt
- name: Append code dir to GITHUB_PATH # Causing RTXConfiguration import error
run: echo "::add-path::./RTX/code"
run: echo "$HOME/RTX" >> $GITHUB_PATH

- name: Download databases as needed
run: python3 code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
Expand Down

0 comments on commit 80bd89d

Please sign in to comment.