Skip to content

Commit 13c4917

Browse files
committed
add six install to CI
1 parent 5c527c2 commit 13c4917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
run: |
287287
mkdir site-packages
288288
target/release/rustpython --install-pip ensurepip --user
289+
target/release/rustpython -m pip install six
289290
- if: runner.os != 'Windows'
290291
name: Check that ensurepip succeeds.
291292
run: |

0 commit comments

Comments
 (0)