Skip to content

Commit 8bd8842

Browse files
committed
ci: try tox-gh
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8e001ca commit 8bd8842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install test dependencies
41-
run: pip install tox tox-gh-actions
41+
run: pip install tox tox-gh
4242

4343
- name: Test packaging
4444
run: tox -e pkg

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{37,38,39,310,311,312}-pytest{6,7,8}
44
pkg
55

6-
[gh-actions]
6+
[gh]
77
python =
88
3.7: py37
99
3.8: py38
@@ -12,7 +12,7 @@ python =
1212
3.11: py311
1313
3.12: py312
1414

15-
[gh-actions:env]
15+
[gh:env]
1616
PYTEST_MAJOR_VERSION =
1717
6: pytest6
1818
7: pytest7

0 commit comments

Comments
 (0)