Skip to content

Commit 49c8cf3

Browse files
authored
Use hatch test for CI testing (#69)
1 parent 65bec26 commit 49c8cf3

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ jobs:
2121
- "3.10"
2222
- "3.9"
2323
steps:
24+
- uses: pypa/hatch@install
2425
- uses: actions/checkout@v3
2526
with:
2627
fetch-depth: 0
2728
- name: Setup python for test ${{ matrix.py }}
2829
uses: actions/setup-python@v4
2930
with:
3031
python-version: ${{ matrix.py }}
31-
- name: Install tox
32-
run: python -m pip install tox-gh>=1.2
33-
- name: Setup test suite
34-
run: tox -vv --notest
3532
- name: Run test suite
36-
run: tox --skip-pkg-install
33+
run: hatch test

tox.ini

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)