1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

Upgrade setup tools ?

This commit is contained in:
Christian Tremblay, ing 2021-02-22 11:53:08 -05:00
parent fe755a656d
commit 7a11eec365

View File

@ -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: |