Skip to content

Commit

Permalink
code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Nov 17, 2023
1 parent b88ec0e commit 4d74509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: run codegen
run: |
chmod +x codegen.sh
./codegen.sh
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 4d74509

Please sign in to comment.