Skip to content

Commit 6878b40

Browse files
committed
Update ttt.yml
1 parent 6cf39dd commit 6878b40

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ttt.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
--volume "${PWD}/dist:/artifacts"
3838
install: |
3939
apt-get update
40-
apt-get install -y --no-install-recommends software-properties-common curl git gcc patch
41-
curl https://pyenv.run | bash
42-
export PATH="$HOME/.pyenv/bin:$PATH"
43-
eval "$(pyenv init --path)"
44-
pyenv install ${{ matrix.python-version }}
45-
pyenv global ${{ matrix.python-version }}
40+
apt-get install -y --no-install-recommends software-properties-common curl
41+
sudo add-apt-repository ppa:deadsnakes/ppa
42+
sudo apt update
43+
apt-get install -y python${{ matrix.python-version }}-venv
4644
run: |
4745
ls -lrth /artifacts
4846
PYTHON=python${{ matrix.python-version }}

0 commit comments

Comments
 (0)