Try to use the latest tagged virtualenv (#7638)

This commit is contained in:
Stefan Holderbach 2022-12-31 11:26:01 +01:00 committed by GitHub
parent 8bfcea8054
commit 9b88ea5b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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