Skip to content

Commit 5dd856e

Browse files
committed
ci: Install numpy-style optional group
1 parent 657ed80 commit 5dd856e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 0.4.0
2+
_commit: 0.4.1
33
_src_path: gh:pawamoy/copier-pdm
44
author_email: pawamoy@pm.me
55
author_fullname: "Timoth\xE9e Mazzucotelli"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
pdm install -s duty -s docs -s quality -s typing
54+
pdm install -G duty -G docs -G quality -G typing -G numpy-style
5555
pip install safety
5656
5757
- name: Check if the documentation builds correctly
@@ -99,7 +99,7 @@ jobs:
9999
key: tests-cache-${{ runner.os }}-${{ matrix.python-version }}
100100

101101
- name: Install dependencies
102-
run: pdm install -s duty -s tests
102+
run: pdm install -G duty -G tests -G numpy-style
103103

104104
- name: Run the test suite
105105
run: pdm run duty test

0 commit comments

Comments
 (0)