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 ef6d5ef commit c0a989bCopy full SHA for c0a989b
.github/workflows/render.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Python 3.10
36
uses: actions/setup-python@v5
37
with:
38
- python-version: 3.10
+ python-version: "3.10"
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
0 commit comments