We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f9bf4 commit 1609898Copy full SHA for 1609898
.github/workflows/main.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-python@v2
17
with:
18
- python-version: 3.10
+ python-version: "3.10"
19
- name: Install dependencies
20
run: |
21
sudo apt update
0 commit comments