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 b37919e commit 7453db9Copy full SHA for 7453db9
.github/workflows/pypy.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 1
23
- name: Test installation (Ubuntu)
24
run: |
25
- python3 -c "import urllib.request; urllib.request.urlretrieve ('hhttps://downloads.python.org/pypy/pypy3.10-v7.3.17-linux64.tar.bz2', './pypy.tar.bz2')"
+ python3 -c "import urllib.request; urllib.request.urlretrieve ('https://downloads.python.org/pypy/pypy3.10-v7.3.17-linux64.tar.bz2', './pypy.tar.bz2')"
26
python3 -c "import tarfile; tar = tarfile.open('./pypy.tar.bz2', 'r:bz2');tar.extractall('.'); tar.close()"
27
./pypy3.10-v7.3.17-linux64/bin/pypy3 -m ensurepip
28
./pypy3.10-v7.3.17-linux64/bin/pypy3 -m pip install pip setuptools --upgrade
0 commit comments