Skip to content

Commit 30278af

Browse files
committed
Update CI pipeline
1 parent d155ee2 commit 30278af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: "pip"
3131

3232
- name: Install package
33-
run: python -m pip install .[dev]
33+
run: python -m pip install .[dev,test]
3434

3535
- name: Install some testing dependencies (hard-coded)
3636
run: python -m pip install pytest devtools jsonschema requests wget pooch

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies)
2020
[project.optional-dependencies]
2121
dev = ["devtools", "pytest", "requests", "build", "jsonschema"]
22+
test = ["pytest", "pytest-cov"]
2223

2324
# Build options (see https://peps.python.org/pep-0517)
2425
[build-system]

0 commit comments

Comments
 (0)