mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Use official virtualenv repo for the CI tests (#6127)
This commit is contained in:
parent
475d32045f
commit
e4e27b6e11
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue