Skip to content

Commit

Permalink
Update codegen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 5, 2023
1 parent 99aa474 commit f0e633d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
python-version: 3.11

- name: Install Dependencies
run: pip install -r requirements.txt

- name: Codegen - Vector
run: python codegen/vector_codegen.py

Expand Down

0 comments on commit f0e633d

Please sign in to comment.