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 c097f05 commit 0bec890Copy full SHA for 0bec890
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Python
21
uses: actions/setup-python@v4
22
with:
23
- python-version: 3.10
+ python-version: "3.10"
24
25
# Step 3: Install dependencies from requirements.txt
26
- name: Install dependencies
0 commit comments