Skip to content

Commit d77dd43

Browse files
committed
try to fix some of the errors with Python 3.12
1 parent d0b6328 commit d77dd43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: |
5757
python -m pip install -U pip
5858
python -m pip install -U setuptools
59+
python -m pip install -U six # needed by setuptools
5960
python -m pip install -U wheel
6061
python -m pip install -U pytest
6162
python -m pip install "numpy==${{ matrix.numpy-version }}"
@@ -110,6 +111,7 @@ jobs:
110111
run: |
111112
python -m pip install -U pip
112113
python -m pip install -U setuptools
114+
python -m pip install -U six # needed by setuptools
113115
python -m pip install -U wheel
114116
python -m pip install "numpy==${{ matrix.numpy-version }}"
115117
python -m pip install -U mypy

0 commit comments

Comments
 (0)