From e4e27b6e11ea45ef413998c58f679427f03716a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Tue, 26 Jul 2022 01:20:03 +0300 Subject: [PATCH] Use official virtualenv repo for the CI tests (#6127) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad6d2f53e..f30561cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,10 +135,7 @@ jobs: - run: python -m pip install tox - name: Install virtualenv - run: | - git clone https://github.com/kubouch/virtualenv.git && \ - cd virtualenv && \ - git checkout engine-q-update + run: git clone https://github.com/pypa/virtualenv.git shell: bash - name: Test Nushell in virtualenv