We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d777e71 commit baac1eaCopy full SHA for baac1ea
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: 3.10
+ python-version: '3.10'
17
18
- name: Install dependencies
19
run: |
.github/workflows/format.yml
@@ -14,7 +14,7 @@ jobs:
20
0 commit comments