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 eadbe9b commit c13a59fCopy full SHA for c13a59f
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python 3.10
13
uses: actions/setup-python@v1
14
with:
15
- python-version: 3.10
+ python-version: "3.10"
16
17
- name: Install dependencies
18
run: |
0 commit comments