Skip to content

Commit

Permalink
Temporary fix for scitt-community#38
Browse files Browse the repository at this point in the history
This approach does not work for conda

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Nov 17, 2023
1 parent a30c818 commit f0032eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if [ ! -f "venv/bin/activate" ]; then
pip install -q -U pip setuptools wheel
pip install -q -r dev-requirements.txt
pip install -q -e .[oidc]
# TODO Resolve this, temporary fix for https://github.com/scitt-community/scitt-api-emulator/issues/38
pip install urllib3==1.26.15 requests-toolbelt==0.10.1
else
. ./venv/bin/activate
fi
Expand Down

0 comments on commit f0032eb

Please sign in to comment.