mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
Upgrade setup tools ?
This commit is contained in:
parent
fe755a656d
commit
7a11eec365
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
pytest -v
|
||||
|
||||
legacy-build:
|
||||
name: Legacy versions - Install only
|
||||
name: Legacy versions - Install and test
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -53,6 +53,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install pytest
|
||||
pip install setuptools --upgrade
|
||||
python setup.py install
|
||||
# - name: Lint with flake8
|
||||
# run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user