Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d2dc1e2

Browse files
committed
Fix CI
1 parent c726552 commit d2dc1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
# run linter only on 1 py version
3838
- if: matrix.python-version == '3.10'
3939
name: Lint
40-
run: hatch run lint
40+
run: hatch run dev:lint
4141

4242
- name: Run tests
43-
run: hatch run test
43+
run: hatch run dev:test
4444

4545
- name: Upload coverage
4646
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)