Skip to content

Commit 5f8ffaa

Browse files
committed
chore(test): update appveyor integration tests
1 parent b6c19b3 commit 5f8ffaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ install:
259259
URL="https://github.com/astral-sh/python-build-standalone/releases/download/20251031/cpython-3.14.0+20251031-x86_64-unknown-linux-gnu-install_only.tar.gz"
260260
curl -L "$URL" | tar -xz
261261
mv python $DEST
262-
python --version
263-
pip --version
262+
$HOME/venv3.14/bin/python --version
263+
$HOME/venv3.14/bin/pip --version
264264
265265
- sh: "PATH=$PATH:$HOME/venv3.7/bin:$HOME/venv3.8/bin:$HOME/venv3.9/bin:$HOME/venv3.10/bin:$HOME/venv3.11/bin:$HOME/venv3.12/bin:$HOME/venv3.13/bin:$HOME/venv3.14/bin"
266266

0 commit comments

Comments
 (0)