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 e169869 commit 9001806Copy full SHA for 9001806
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Set up Python
64
uses: actions/setup-python@v5
65
with:
66
- python-version: 3.12
+ python-version: '3.12'
67
68
- name: Install Packages and Test
69
run: |
0 commit comments