Skip to content

Commit a2f4ee8

Browse files
committed
one more try
1 parent 1d2d8d8 commit a2f4ee8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install package and test deps
3030
run: python -m pip install -e ".[testing]"
3131

32+
- name: Ensure repo on PYTHONPATH for tests
33+
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
34+
3235
- name: Run tests
3336
run: pytest -q --cov=GabesPythonToolBox --cov-report=xml
3437
- name: Upload coverage to artifact

pyproject.toml

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

2118
[project.optional-dependencies]
2219
testing = [
23-
"pytest",
20+
"pytest>=8.0",
2421
"pytest-cov",
2522
"coverage",
2623
]

0 commit comments

Comments
 (0)