We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d625a9 commit 0059f3aCopy full SHA for 0059f3a
.github/workflows/issue-791.yml
@@ -12,3 +12,6 @@ jobs:
12
uses: actions/setup-python@v5
13
with:
14
python-version: '3.9'
15
+
16
+ - name: Run ensurepip
17
+ run: python3.9 -m ensurepip
0 commit comments