Skip to content

Commit

Permalink
Test hatch test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed Sep 1, 2024
1 parent 65bec26 commit 830cdb7
Showing 1 changed file with 2 additions and 5 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

0 comments on commit 830cdb7

Please sign in to comment.