Update pcb-tools.yml
This commit is contained in:
parent
5d05e7db8e
commit
3602ce4d68
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pcb-tools.yml
vendored
4
.github/workflows/pcb-tools.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue