1
0
Fork 0

fix python version being recognized as "3.1"

This commit is contained in:
Kim, Jimin 2022-11-20 16:48:48 +09:00
parent 6476e5c636
commit 72983af083

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: pip install -r requirements.txt