forked from extern/nushell
Try to use the latest tagged virtualenv (#7638)
This commit is contained in:
parent
8bfcea8054
commit
9b88ea5b60
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -113,8 +113,9 @@ jobs:
|
||||
|
||||
- run: python -m pip install tox
|
||||
|
||||
# Get only the latest tagged version for stability reasons
|
||||
- name: Install virtualenv
|
||||
run: git clone https://github.com/pypa/virtualenv.git
|
||||
run: git clone https://github.com/pypa/virtualenv.git && cd virtualenv && git checkout $(git describe --tags | cut -d - -f 1)
|
||||
shell: bash
|
||||
|
||||
- name: Test Nushell in virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user