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 9ef4c2c commit a61cdceCopy full SHA for a61cdce
.github/workflows/prerelease.yml
@@ -39,6 +39,8 @@ jobs:
39
steps:
40
- uses: actions/checkout@v4
41
- uses: actions/setup-python@v5
42
+ with:
43
+ python-version: "3.10"
44
- name: Install dependencies
45
run: pip install hatch
46
.github/workflows/tests.yml
@@ -47,6 +47,8 @@ jobs:
47
48
49
50
51
52
- name: Install hatch
53
54
- name: Build docs
0 commit comments