Skip to content

Commit 39e323d

Browse files
committed
&& pip install --upgrade pip
1 parent 4c0658b commit 39e323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- run: pushd examples/aml && pip install -r requirements.txt && popd
4848

49-
- run: pushd examples/yoti_example_django && pip install -r requirements.txt && popd
49+
- run: pushd examples/yoti_example_django && pip install --upgrade pip && pip install -r requirements.txt && popd
5050

5151
- run: pushd examples/yoti_example_flask && pip install -r requirements.txt && popd
5252

0 commit comments

Comments
 (0)