Use official virtualenv repo for the CI tests (#6127)

This commit is contained in:
Jakub Žádník 2022-07-26 01:20:03 +03:00 committed by GitHub
parent 475d32045f
commit e4e27b6e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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