forked from mirrors/jj
GitHub workflow: document how one can install old Poetry locally
This is quite minor, but it took me a few minutes to figure out the correct command. It might be slightly better to print this text inside the build logs, where people will be looking for certain if the CI fails, but I didn't immediately find a good way to do so without complicating the config too much.
This commit is contained in:
parent
f0182ad4b8
commit
0a005a6c6e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -93,6 +93,9 @@ jobs:
|
|||
# Test with the version of Poetry in Debian stable. If this starts
|
||||
# failing, we should increase this version and document the minimum
|
||||
# necessary version of Poetry in contributing.md.
|
||||
#
|
||||
# One way to install old `poetry` is using `pipx`:
|
||||
# pipx install 'poetry<1.4' --suffix -1.3
|
||||
poetry-version: 1.3.2
|
||||
- name: Install dependencies
|
||||
run: poetry install --no-root
|
||||
|
|
Loading…
Reference in a new issue