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:
Stefan Holderbach 2022-11-12 18:53:57 +01:00 committed by GitHub
parent da04e9d801
commit 99cf5871aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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