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

error on yaml

This commit is contained in:
Christian Tremblay, ing 2021-02-22 11:46:15 -05:00
parent 6c438e1629
commit 3a201ab7cc

View File

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