mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Try to use the latest tagged virtualenv (#7638)
This commit is contained in:
parent
8bfcea8054
commit
9b88ea5b60
1 changed files with 2 additions and 1 deletions
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 a new issue