Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 22, 2024
1 parent e5bc096 commit bcdd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: pypa/hatch@install

- name: Run Unit Tests
run: hatch -v env run -i py=${{ matrix.python-version }} test:unit
run: hatch run -v +py=${{ matrix.python-version }} test:unit

build:
name: build packages
Expand Down

0 comments on commit bcdd0e0

Please sign in to comment.