Skip to content

Commit fa3ee91

Browse files
committed
Fix pipx install command for just
1 parent 1083652 commit fa3ee91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following are required and recommended tools for using this copier template
6262
To execute these commands you need [just](https://github.com/casey/just) as command runner. Install it by running:
6363

6464
```shell
65-
pipx install just
65+
pipx install rust-just
6666
```
6767

6868
## Creating a new project

template/.github/workflows/main.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Poetry
3131
run: |
3232
pipx install poetry
33-
pipx install just
33+
pipx install rust-just
3434

3535
# We install poetry-dynamic-versioning into pipx because the automatic installallation
3636
# by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260

template/.github/workflows/test_pages_build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Poetry
3030
run: |
3131
pipx install poetry
32-
pipx install just
32+
pipx install rust-just
3333

3434
- name: Install dependencies
3535
run: poetry install -E docs

0 commit comments

Comments
 (0)