Skip to content

Commit 7eba67d

Browse files
committed
Install packaging for parsing Python package versions
1 parent 980fe65 commit 7eba67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
python -m pip install cython
7070
python -m pip install oldest-supported-numpy
7171
python -m pip install setuptools
72+
python -m pip install packaging
7273
7374
- name: Setup OpenMP (Linux)
7475
if: ${{(matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm') && matrix.cxx_compiler == 'clang++'}}

0 commit comments

Comments
 (0)