Skip to content

Commit

Permalink
Use hatch test for CI testing (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley authored Sep 1, 2024
1 parent 65bec26 commit 49c8cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
- "3.10"
- "3.9"
steps:
- uses: pypa/hatch@install
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
- name: Install tox
run: python -m pip install tox-gh>=1.2
- name: Setup test suite
run: tox -vv --notest
- name: Run test suite
run: tox --skip-pkg-install
run: hatch test
21 changes: 0 additions & 21 deletions tox.ini

This file was deleted.

0 comments on commit 49c8cf3

Please sign in to comment.