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

I was a little too bash script for powershell :-)

This commit is contained in:
Christian Tremblay, ing 2021-02-23 09:27:42 -05:00
parent 8ffeea9df9
commit 9dbdc9100f

View File

@ -75,7 +75,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pip install .
- name: Test with pytest
run: |