We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67cb22 commit f3ceff2Copy full SHA for f3ceff2
1 file changed
.github/workflows/build-riscv64.yml
@@ -28,10 +28,9 @@ jobs:
28
29
- name: Set up Python
30
run: |
31
- export PATH="$(ls -d /opt/python-3.1*/bin 2>/dev/null | sort -V | tail -1):$PATH"
32
- python3 -m venv --without-pip /tmp/build-venv
+ sudo apt-get install -y python3-venv python3-pip
+ python3 -m venv /tmp/build-venv
33
. /tmp/build-venv/bin/activate
34
- curl -sS https://bootstrap.pypa.io/get-pip.py | python3
35
pip install --upgrade pip setuptools wheel
36
37
- name: Build wheel
0 commit comments