Skip to content

Commit 4158b20

Browse files
authored
Merge pull request #440 from P2GX/release-0.9.12
Release `0.9.12`
2 parents 95ec57b + 37e4a6c commit 4158b20

File tree

23 files changed

+7965
-112
lines changed

23 files changed

+7965
-112
lines changed

.github/workflows/python_ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install package
2323
run: python3 -m pip install --editable .[test]
24-
- name: Run pytest tests
25-
run: MPLBACKEND=Agg GPSEA_CACHEDIR=.gpsea_ci_cachedir pytest
24+
- name: Run tests
25+
env:
26+
MPLBACKEND: "Agg"
27+
GPSEA_CACHEDIR: ".gpsea_ci_cachedir"
28+
run: pytest
2629

2730
formatting:
2831
name: Check code formatting

0 commit comments

Comments
 (0)