mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 00:17:02 +02:00
Pull bleeding edge virtualenv tests again (#8262)
We previously pulled just the latest tags to be not dependent on potentially breaking tests from virtualenvs development. Effectively reverts #7638
This commit is contained in:
parent
50f1e33965
commit
27d798270b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -115,12 +115,14 @@ jobs:
|
|||||||
|
|
||||||
# Get only the latest tagged version for stability reasons
|
# Get only the latest tagged version for stability reasons
|
||||||
- name: Install virtualenv
|
- name: Install virtualenv
|
||||||
run: git clone https://github.com/pypa/virtualenv.git && cd virtualenv && git checkout $(git describe --tags | cut -d - -f 1)
|
run: git clone https://github.com/pypa/virtualenv.git
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Test Nushell in virtualenv
|
- name: Test Nushell in virtualenv
|
||||||
run: |
|
run: |
|
||||||
cd virtualenv
|
cd virtualenv
|
||||||
|
# if we encounter problems with bleeding edge tests pin to the latest tag
|
||||||
|
# git checkout $(git describe --tags | cut -d - -f 1)
|
||||||
# We need to disable failing on coverage levels.
|
# We need to disable failing on coverage levels.
|
||||||
nu -c "open pyproject.toml | upsert tool.coverage.report.fail_under 1 | save patchproject.toml"
|
nu -c "open pyproject.toml | upsert tool.coverage.report.fail_under 1 | save patchproject.toml"
|
||||||
mv patchproject.toml pyproject.toml
|
mv patchproject.toml pyproject.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user