Fix string call about python version

This commit is contained in:
Aurelien Vaillant
2022-06-08 10:21:49 +02:00
parent 94e5036746
commit a6dd36176d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install the linter app and set package name
id: config
run: |