-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from BuildingSync/feat/support-bsync-2.4
Upgrade to BuildingSync Version 2.4
- Loading branch information
Showing
13 changed files
with
2,622 additions
and
3,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,19 @@ jobs: | |
- name: Install poetry | ||
uses: abatilo/[email protected] | ||
|
||
- name: Install poetry and pre-commit | ||
- name: Install poetry (and update) and pre-commit | ||
run: | | ||
poetry install | ||
poetry update | ||
poetry run pre-commit install | ||
- name: Run pre-commit | ||
run: poetry run pre-commit run --all-files | ||
|
||
|
||
- name: Run tests | ||
run: poetry run pytest | ||
run: poetry run pytest | ||
|
||
- name: Run Generator (BuildingSync 2.4) | ||
run: | | ||
curl -L -o bsyncpy/BuildingSync-2.4.xsd https://github.com/BuildingSync/schema/releases/download/v2.4.0/BuildingSync.xsd | ||
cd bsyncpy | ||
poetry run python bsyncpy_generator.py BuildingSync-2.4.xsd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.python-version | ||
.idea | ||
.vscode | ||
.DS_Store | ||
__pycache__ | ||
*.egg-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.