File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The following are required and recommended tools for using this copier template
62
62
To execute these commands you need [ just] ( https://github.com/casey/just ) as command runner. Install it by running:
63
63
64
64
``` shell
65
- pipx install just
65
+ pipx install rust- just
66
66
```
67
67
68
68
## Creating a new project
Original file line number Diff line number Diff line change 30
30
- name: Install Poetry
31
31
run: |
32
32
pipx install poetry
33
- pipx install just
33
+ pipx install rust- just
34
34
35
35
# We install poetry-dynamic-versioning into pipx because the automatic installallation
36
36
# by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260
Original file line number Diff line number Diff line change 29
29
- name: Install Poetry
30
30
run: |
31
31
pipx install poetry
32
- pipx install just
32
+ pipx install rust- just
33
33
34
34
- name: Install dependencies
35
35
run: poetry install -E docs
You can’t perform that action at this time.
0 commit comments