Update GitHub action

This commit is contained in:
c-bata
2022-06-08 15:38:33 +09:00
parent cb1b47c1cb
commit 60450623b1
3 changed files with 5 additions and 26 deletions
+2 -2
View File
@@ -46,10 +46,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python 3.9
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.x'
architecture: x64
- name: Install dependencies
run: |