Skip to content

Commit

Permalink
Use pytest from biothings 1.0.x (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Oct 8, 2024
1 parent 6d5d823 commit 380564d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements_web.txt
# pip install -r requirements_web.txt
# TODO: Remove after fixing 1.0.x for test_001_curie_id_annotation_endpoint_GET
pip install git+https://github.com/biothings/[email protected]
git clone https://github.com/biothings/biothings_client.py.git
cd biothings_client.py
Expand Down

0 comments on commit 380564d

Please sign in to comment.