Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Aug 13, 2024
1 parent c1b4c4b commit 3b3f976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
mkdir -p /home/ubuntu/temp
cd /home/ubuntu/temp
git clone https://github.com/RTXteam/RTX.git
cd /home/ubuntu/temp/RTX
echo ${GITHUB_REF#refs/heads/}
git checkout ${GITHUB_REF#refs/heads/}
~/venv3.9/bin/python3 -m venv venv3.9
source venv3.9/bin/activate
pip install -r /home/ubuntu/temp/RTX/requirements.txt
~/venv3.9/bin/python3 RTX_temp/code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
cd RTX
pip install -r requirements.txt
~/temp/venv3.9/bin/python3 code/ARAX/ARAXQuery/ARAX_database_manager.py --mnt --skip-if-exists --remove_unused
rm -rf /home/ubuntu/temp
Expand Down

0 comments on commit 3b3f976

Please sign in to comment.