We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ac516 commit 1535791Copy full SHA for 1535791
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
- uses: actions/setup-python@v5
69
name: Setup Python 3.10
70
with:
71
- python-version: 3.10
+ python-version: "3.10"
72
- name: Build documentation 🏗️
73
run: |
74
pip install -e .[dev]
0 commit comments