Skip to content

Commit f0ff8db

Browse files
0.15.4
1 parent c5dfef6 commit f0ff8db

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ jobs:
2020
- run: python -m pip install --upgrade pip build pytest
2121
- run: python -m build .
2222
- run: python -m pip install .
23-
- run: pytest test/
23+
- run: |
24+
echo "import matplotlib" > set_backend.py
25+
echo "matplotlib.use('Agg')" >> set_backend.py
26+
echo "import pytest" >> set_backend.py
27+
echo "pytest.main(['test/'])" >> set_backend.py
28+
python set_backend.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.15.3"
10+
version = "0.15.4"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

0 commit comments

Comments
 (0)