Skip to content

Commit

Permalink
add wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed May 1, 2023
1 parent 54aae8c commit e2314ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mypy pyparsing geomdl
python -m pip install wheel mypy pyparsing numpy fonttools
- name: Install without C-extensions
run: |
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pyparsing fonttools numpy
python -m pip install wheel pytest pyparsing fonttools numpy
- name: Install with C-extensions
run: |
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# Excluding Cython to test the pure Python version.
python -m pip install pytest pyparsing fonttools numpy
python -m pip install wheel pytest pyparsing fonttools numpy
- name: Install without C-extensions
run: |
python setup.py install
Expand Down

0 comments on commit e2314ee

Please sign in to comment.