We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0658b commit 39e323dCopy full SHA for 39e323d
.github/workflows/tests.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- run: pushd examples/aml && pip install -r requirements.txt && popd
48
49
- - run: pushd examples/yoti_example_django && pip install -r requirements.txt && popd
+ - run: pushd examples/yoti_example_django && pip install --upgrade pip && pip install -r requirements.txt && popd
50
51
- run: pushd examples/yoti_example_flask && pip install -r requirements.txt && popd
52
0 commit comments