Update pcb-tools.yml

This commit is contained in:
Paulo Henrique Silva 2019-11-25 16:16:35 -03:00 committed by GitHub
parent 5d05e7db8e
commit 3602ce4d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
python: [3.7]
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
runs-on: ubuntu-latest
@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: ${matrix.python}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip