Skip to content

Commit fb65440

Browse files
committed
test hatch fix
1 parent 30b67ca commit fb65440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install dependencies
6363
run: |
64-
pip install --no-cache-dir hatch
64+
pip install --no-cache-dir hatch==1.15.1
6565
- name: Run Unit tests
6666
id: tests
6767
run: hatch test tests --cover

0 commit comments

Comments
 (0)