Skip to content

Commit

Permalink
Merge pull request #92 from mr-c/refresh_codege_ss_8.4.20230808163024
Browse files Browse the repository at this point in the history
Refresh codegen using schema-salad 8.4.20230808163024
  • Loading branch information
mvdbeek authored Nov 6, 2023
2 parents da3ed63 + 8a027d6 commit 785cd40
Show file tree
Hide file tree
Showing 66 changed files with 519 additions and 578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ release: release-local push-release ## package, review, and upload a release

add-history: ## Reformat HISTORY.rst with data from Github's API
$(IN_VENV) python $(BUILD_SCRIPTS_DIR)/bootstrap_history.py $(ITEM)

mypy:
MYPYPATH=mypy-stubs mypy gxformat2
Loading

0 comments on commit 785cd40

Please sign in to comment.