From 254790f0ac5f2f6014914f79fbcc8ad23f04e73f Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 7 Nov 2024 00:50:10 +0700 Subject: [PATCH] [ci] try creating venv --- .github/workflows/autobahn.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autobahn.yaml b/.github/workflows/autobahn.yaml index 8cbd6fe..7df30b9 100644 --- a/.github/workflows/autobahn.yaml +++ b/.github/workflows/autobahn.yaml @@ -10,4 +10,5 @@ jobs: with: python-version: 'pypy2.7' #- run: pip install -U pip - - run: pip2 install autobahntestsuite==0.8.2 + #- run: pip2 install autobahntestsuite==0.8.2 + - run: python -m venv ./venv/