We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b67ca commit fb65440Copy full SHA for fb65440
.github/workflows/test-lint.yml
@@ -61,7 +61,7 @@ jobs:
61
python-version: ${{ matrix.python-version }}
62
- name: Install dependencies
63
run: |
64
- pip install --no-cache-dir hatch
+ pip install --no-cache-dir hatch==1.15.1
65
- name: Run Unit tests
66
id: tests
67
run: hatch test tests --cover
0 commit comments