mirror of
https://github.com/pinry/pinry.git
synced 2026-01-13 18:52:07 +01:00
use system default python version
This commit is contained in:
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install --dev --system
|
||||
pipenv install --dev --system
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
make flake8
|
||||
|
||||
Reference in New Issue
Block a user