Skip to content

Commit

Permalink
fun with github actions try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 2, 2024
1 parent ba36052 commit 7e5f331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testcext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install setuptools wheel pytest pyparsing fonttools numpy Pillow
- name: Install with C-extensions
run: |
python setup.py install
python -m pip install .
- name: Test with C-extensions
run: |
python -m pytest tests integration_tests
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install setuptools wheel pytest pyparsing fonttools numpy Pillow
- name: Install without C-extensions
run: |
python setup.py install
python -m pip install .
- name: Test without C-extensions
run: |
python -m pytest tests integration_tests

0 comments on commit 7e5f331

Please sign in to comment.