Quote Python version on YAML

This commit is contained in:
c-bata
2022-03-23 13:33:59 +09:00
parent 49552aed0e
commit 3081ebbfb0
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ jobs:
- run: npm install
- run: npm run build:prd
- name: Set up Python 3.9
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools