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:
parent
bec98cc471
commit
399c961c0c
2
.github/workflows/legacy_build.yml
vendored
2
.github/workflows/legacy_build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user