Skip to content

Commit 7453db9

Browse files
committed
wip
1 parent b37919e commit 7453db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323
- name: Test installation (Ubuntu)
2424
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')"
25+
python3 -c "import urllib.request; urllib.request.urlretrieve ('https://downloads.python.org/pypy/pypy3.10-v7.3.17-linux64.tar.bz2', './pypy.tar.bz2')"
2626
python3 -c "import tarfile; tar = tarfile.open('./pypy.tar.bz2', 'r:bz2');tar.extractall('.'); tar.close()"
2727
./pypy3.10-v7.3.17-linux64/bin/pypy3 -m ensurepip
2828
./pypy3.10-v7.3.17-linux64/bin/pypy3 -m pip install pip setuptools --upgrade

0 commit comments

Comments
 (0)