We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd43b9 commit 40f0837Copy full SHA for 40f0837
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5.1.0
16
with:
17
- python-version: 3.10
+ python-version: "3.10"
18
- name: Install dependencies
19
run: |
20
pip install -r requirements.txt
0 commit comments