We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657ed80 commit 5dd856eCopy full SHA for 5dd856e
2 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 0.4.0
+_commit: 0.4.1
3
_src_path: gh:pawamoy/copier-pdm
4
author_email: pawamoy@pm.me
5
author_fullname: "Timoth\xE9e Mazzucotelli"
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Install dependencies
53
run: |
54
- pdm install -s duty -s docs -s quality -s typing
+ pdm install -G duty -G docs -G quality -G typing -G numpy-style
55
pip install safety
56
57
- name: Check if the documentation builds correctly
@@ -99,7 +99,7 @@ jobs:
99
key: tests-cache-${{ runner.os }}-${{ matrix.python-version }}
100
101
102
- run: pdm install -s duty -s tests
+ run: pdm install -G duty -G tests -G numpy-style
103
104
- name: Run the test suite
105
run: pdm run duty test
0 commit comments