From 90099150248f61f77b5d2d51a60cf20db14c43b2 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 7 Nov 2024 02:19:00 +0700 Subject: [PATCH] [ci] is the module actually called virtualenv? --- .github/workflows/autobahn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobahn.yaml b/.github/workflows/autobahn.yaml index 90f3ad0..e61ce07 100644 --- a/.github/workflows/autobahn.yaml +++ b/.github/workflows/autobahn.yaml @@ -10,7 +10,7 @@ jobs: with: python-version: 'pypy2.7' - run: pip install virtualenv - - run: python -m venv ./venv/ + - run: python -m virtualenv ./venv/ - run: ./venv/bin/pip install autobahntestsuite==0.8.2 - run: ./venv/bin/wstest --help #- run: wget https://downloads.python.org/pypy/pypy2.7-v7.3.17-linux64.tar.bz2