Skip to content

Commit

Permalink
Update workflow to include native extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixEditor committed Aug 19, 2024
1 parent 028e5ac commit 0bbf568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ jobs:

- name: Install
run: |
pip install -e .
CP_ENABLE_NATIVE=1 pip install -e .
pip install -r requirements.txt
pip install -r test/requirements.txt
Expand Down

0 comments on commit 0bbf568

Please sign in to comment.