We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9ed0e commit ebc8c2eCopy full SHA for ebc8c2e
1 file changed
.github/workflows/python.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python
12
uses: actions/setup-python@v4
13
with:
14
- python-version: 3.10
+ python-version: "3.10"
15
16
- name: Prepare
17
run: bash scripts/install_dependency.sh
0 commit comments