Skip to content

Commit

Permalink
Bump GHA (#24)
Browse files Browse the repository at this point in the history
* bump python version; remove outdated cov publish to PR
* bump version
  • Loading branch information
profjsb committed Dec 14, 2022
1 parent e16ea41 commit 54dfc37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: Checkout branch being tested
uses: actions/checkout@v3
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: Checkout branch being tested
uses: actions/checkout@v3
Expand Down Expand Up @@ -41,8 +41,4 @@ jobs:
with:
name: logs
path: pytest-coverage.txt
- name: Comment PR with coverage
uses: coroo/[email protected]
with:
pytest-coverage: pytest-coverage.txt

2 changes: 1 addition & 1 deletion tdtax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.replace('"subclasses":', '"children":')
vega_taxonomy = json.loads(taxstr)

__version__ = '0.1.5'
__version__ = '0.1.6'

__all__ = ["taxonomy", "schema", "vega_taxonomy", "write_viz", "__version__"]

Expand Down

0 comments on commit 54dfc37

Please sign in to comment.