ci: pin python version

This commit is contained in:
NateScarlet 2022-12-09 11:07:17 +08:00
parent f2792e9a7f
commit 777cebc144
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: pip install -r requirements.txt -r dev-requirements.txt
- name: Setup git user