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

Removing -m... I think the issue is related to distutils...

This commit is contained in:
Christian Tremblay, ing 2021-02-22 11:25:45 -05:00
parent 5569fab99a
commit f64d32b5d3

View File

@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Legacy Build & test (python -m setup.py install)
name: Legacy Build & test (python setup.py install)
on:
push:
@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
pip install flake8 pytest netifaces wheel
python -m setup.py install
python setup.py install
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names