Skip to content

Commit

Permalink
0.4.4 (#57)
Browse files Browse the repository at this point in the history
* Schema overwrite, and fix actions

* update

* update

* add one more test

* fix action
  • Loading branch information
goodwanghan committed Oct 21, 2020
1 parent 35cda23 commit c0cd69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: 3.7
- name: Install dependencies
run: make dev
- name: Test
Expand Down

0 comments on commit c0cd69f

Please sign in to comment.