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 ff8defc commit 3f50b9dCopy full SHA for 3f50b9d
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install hatch
28
run: |
29
- pip install hatch==1.3.1
+ pip install hatch==1.14.0
30
pip install .
31
32
- name: Run tests
.github/workflows/docs.yml
@@ -22,6 +22,6 @@ jobs:
22
run: python -m pip install --upgrade pip
23
24
25
- run: pip install hatch==1.3.1
+ run: pip install hatch==1.14.0
- name: Build docs
run: hatch run docs:build
.github/workflows/style.yml
@@ -22,7 +22,7 @@ jobs:
- name: Run style checks
run: hatch run style:check
0 commit comments