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

forcing wheel install for legacy. Forgot to remove py 3.9, not yet part of setup

This commit is contained in:
Christian Tremblay, ing 2021-02-22 11:17:27 -05:00
parent bec98cc471
commit 399c961c0c

View File

@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install flake8 pytest netifaces
pip install flake8 pytest netifaces wheel
python -m setup.py install
# - name: Lint with flake8
# run: |