mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Try --locked install in virtualenv CI tests (#7117)
Currently we see CI failures due to a `chrono` upgrade with deprecations. Also on every new reedline release we also suffer from regular compile problems.
This commit is contained in:
parent
da04e9d801
commit
99cf5871aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1.0.1
|
||||
with:
|
||||
command: install
|
||||
args: --path=. --profile ci --no-default-features
|
||||
args: --locked --path=. --profile ci --no-default-features
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Reference in a new issue