Skip to content

Commit

Permalink
Versioning info (#166)
Browse files Browse the repository at this point in the history
* Added versioning sheet

* added versioning sheets

* versioning info grouped by version

* removed the unused 'Other' category

* if no versioning info, create empty dict

* example schema for adding versioning information

* Fix CI testing

* added codes to revert to OED v2.2 and v2.0

* Removed test schema

* fallback 1256 and 1305 -> 1104 & 5503 -> 5501

* 5309, 5310 -> 5100

* new codes (agriculture)

* Fix CD release

* Disable guard

* Revert "Disable guard"

This reverts commit 0b14734.

* Replaced spec xlsx file

* Corrected field "number of storeys"

* Add files via upload

---------

Co-authored-by: Sam Gamble <[email protected]>
  • Loading branch information
ncerutti and sambles authored Nov 9, 2023
1 parent f5255ed commit 037698a
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo "run_status=${{ job.status }}" >> $GITHUB_OUTPUT
slack:
uses: OasisLMF/OasisLMF/.github/workflows/notify.yml@master
uses: OasisLMF/OasisLMF/.github/workflows/notify.yml@main
secrets: inherit
needs: release
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: false

env:
ods_tools_branch: ${{ github.event_name != 'workflow_dispatch' && 'develop' || inputs.ods_tools_branch }}
ods_tools_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_tools_branch }}

jobs:
build_spec:
Expand All @@ -18,11 +18,11 @@ jobs:

build_package:
needs: build_spec
uses: OasisLMF/ODS_Tools/.github/workflows/build.yml@develop
uses: OasisLMF/ODS_Tools/.github/workflows/build.yml@main
secrets: inherit
with:
oed_spec_json: ${{ needs.build_spec.outputs.spec_filename }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'develop' || inputs.ods_tools_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_tools_branch }}

test:
name: Run Pytest
Expand Down
Loading

0 comments on commit 037698a

Please sign in to comment.