File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,19 +19,20 @@ jobs:
1919 python-version : ${{ matrix.python-version }}
2020 architecture : x64
2121
22- - name : Pre-Commit
22+ - name : Setup Package and Install Devel Dependancies
2323 run : |
24- python -m pip install pre-commit
25- pre-commit run -a
24+ python -m pip install .
25+ python -m pip install -Ur dev-requirements.txt
26+
27+ - name : Pre-Commit
28+ run : pre-commit run -a
2629
2730 - name : Analysis (git diff)
2831 if : failure()
2932 run : git diff
3033
3134 - name : Unit Tests
32- run : |
33- python -m pip install pytest
34- py.test tests -v
35+ run : py.test tests -v
3536
3637 - name : Build Package
3738 if : matrix.python-version == '3.7' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Original file line number Diff line number Diff line change 1+ pre-commit
2+ pytest
3+ ruamel.yaml
You can’t perform that action at this time.
0 commit comments