Skip to content

Commit 1609898

Browse files
committed
CI: do not trust yaml, use strings
1 parent 07f9bf4 commit 1609898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.10
18+
python-version: "3.10"
1919
- name: Install dependencies
2020
run: |
2121
sudo apt update

0 commit comments

Comments
 (0)