diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed770636a5..f3599fab8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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