Skip to content

Commit

Permalink
CI: Use official GitHub action for Hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jun 10, 2024
1 parent 57fdf05 commit 2d4becb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install Hatch
run: pipx install hatch
uses: pypa/hatch@install
- name: Run tests
run: hatch run +py=${{ matrix.python-version }} cov

0 comments on commit 2d4becb

Please sign in to comment.