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