@@ -12,31 +12,31 @@ jobs:
1212 python-version : [3.7, 3.8]
1313
1414 steps :
15- - uses : actions/checkout@v2
16- - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v2
18- with :
19- python-version : ${{ matrix.python-version }}
20-
21- - name : Display Python version
22- run : python -c "import sys; print(sys.version)"
23-
24- - name : Install poetry
25- uses : abatilo/actions-poetry@v2.0.0
26-
27- - name : Install poetry (and update) and pre-commit
28- run : |
29- poetry update
30- poetry run pre-commit install
31-
32- - name : Run pre-commit
33- run : poetry run pre-commit run --all-files
34-
35- - name : Run tests
36- run : poetry run pytest
37-
38- - name : Run Generator (BuildingSync 2.4)
39- run : |
40- curl -L -o bsyncpy/BuildingSync-2.4.xsd https://github.com/BuildingSync/schema/releases/download/v2.4.0/BuildingSync.xsd
41- cd bsyncpy
42- poetry run python bsyncpy_generator.py BuildingSync-2.4.xsd
15+ - uses : actions/checkout@v2
16+ - name : Set up Python ${{ matrix.python-version }}
17+ uses : actions/setup-python@v2
18+ with :
19+ python-version : ${{ matrix.python-version }}
20+
21+ - name : Display Python version
22+ run : python -c "import sys; print(sys.version)"
23+
24+ - name : Install poetry
25+ uses : abatilo/actions-poetry@v2.0.0
26+
27+ - name : Install poetry (and update) and pre-commit
28+ run : |
29+ poetry update
30+ poetry run pre-commit install
31+
32+ - name : Run pre-commit
33+ run : poetry run pre-commit run --all-files
34+
35+ - name : Run tests
36+ run : poetry run pytest
37+
38+ - name : Run Generator (BuildingSync 2.4)
39+ run : |
40+ curl -L -o bsyncpy/BuildingSync-2.4.xsd https://github.com/BuildingSync/schema/releases/download/v2.4.0/BuildingSync.xsd
41+ cd bsyncpy
42+ poetry run python bsyncpy_generator.py BuildingSync-2.4.xsd
0 commit comments