mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 23:23:12 +01:00
Use official virtualenv repo for the CI tests (#6127)
This commit is contained in:
parent
475d32045f
commit
e4e27b6e11
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 New Issue
Block a user