Skip to content

Commit

Permalink
Make release workflow use gen_all.py instead of vector_codegen.py as …
Browse files Browse the repository at this point in the history
…well...
  • Loading branch information
shBLOCK committed Oct 3, 2023
1 parent 308165e commit 6a599de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- name: Codegen - Vector
run: python vector_codegen.py
- name: Codegen
run: python gen_all.py
working-directory: codegen

- name: Cythonize
Expand Down

0 comments on commit 6a599de

Please sign in to comment.