Skip to content

Commit

Permalink
update dependencies of test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Apr 29, 2023
1 parent 2289e41 commit 8e0cada
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 @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pyparsing geomdl cython
python -m pip install 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 geomdl
python -m pip install pytest pyparsing fonttools numpy
- name: Install without C-extensions
run: |
python setup.py install
Expand Down

0 comments on commit 8e0cada

Please sign in to comment.