Skip to content

Commit a03ba6f

Browse files
committed
fix: python version
1 parent 4077eaf commit a03ba6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
add-apt-repository ppa:deadsnakes/ppa -y &&
3535
apt install -y python$PY_VER python$PY_VER-dev python$PY_VER-venv &&
3636
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PY_VER 1 &&
37-
python3 -m venv /tmp/venv &&
37+
python$PY_VER -m venv /tmp/venv &&
3838
/tmp/venv/bin/pip install --upgrade pip
3939
"
4040
docker exec xqueue bash -c "python3 --version && which python3"

0 commit comments

Comments
 (0)