Update main.yml

This commit is contained in:
Yoshiko2
2021-05-29 22:03:49 +08:00
committed by GitHub
parent 36f5f80ccb
commit c4c229bbc5

View File

@@ -19,10 +19,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup Python 3.8 - name: Setup Python 3.7
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.7
- name: Install dependencies - name: Install dependencies
run: | run: |