mirror of
https://github.com/simple-login/app.git
synced 2025-11-10 01:40:49 +08:00
only run Github action on Python 3.6
This commit is contained in:
parent
448d9d1a01
commit
a6f19f6877
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.6, 3.7]
|
||||
python-version: [3.6]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue