Skip to content

Commit

Permalink
Force reinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 21, 2024
1 parent be7c077 commit 08680ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@ jobs:
- name: Install biothings_pytest_plugin from Biothings API
run: |
source .venv_test/bin/activate
# BIOTHINGS_PACKAGE_LOCATION=$(pip show biothings | grep 'Location:' | awk '{print $2}')
# BIOTHINGS_PLUGIN_LOCATION="/biothings/tests/biothings_pytest_plugin"
# BIOTHINGS_PLUGIN_PATH="$BIOTHINGS_PACKAGE_LOCATION$BIOTHINGS_PLUGIN_LOCATION"
# cd $BIOTHINGS_PLUGIN_PATH
cd /home/runner/work/mygeneset.info/mygeneset.info/.venv_test/lib/python3.11/site-packages/biothings/tests/biothings_pytest_plugin
pip install . --force-reinstall
python -m pytest -v
- name: Run pytest
run: |
Expand Down

0 comments on commit 08680ca

Please sign in to comment.