Skip to content

Commit 1d2d8d8

Browse files
committed
dep update
1 parent a10b801 commit 1d2d8d8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.coverage

96 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
2626
- name: Install dependencies
2727
run: python -m pip install --upgrade pip build
28+
2829
- name: Install package and test deps
2930
run: python -m pip install -e ".[testing]"
31+
3032
- name: Run tests
3133
run: pytest -q --cov=GabesPythonToolBox --cov-report=xml
3234
- name: Upload coverage to artifact

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ requires-python = ">=3.8"
1313
dependencies = [
1414
"matplotlib>=3.10.6,<3.11",
1515
"PyYAML>=6.0.2,<7.0",
16-
"GabrielsPythonToolBox"
16+
"GabrielsPythonToolBox",
17+
"pytest-cov",
18+
"pytest"
1719
]
1820

1921
[project.optional-dependencies]
2022
testing = [
21-
"pytest>=8.4.2,<8.5",
23+
"pytest",
2224
"pytest-cov",
2325
"coverage",
2426
]

0 commit comments

Comments
 (0)