Skip to content

Commit d24c5d2

Browse files
authored
CI: Fix CircleCI "six" (#1596)
``` ... File "/opt/spack/lib/spack/llnl/util/tty/__init__.py", line 20, in <module> from six.moves import input ModuleNotFoundError: No module named 'six.moves' ```
1 parent 283b2fe commit d24c5d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
sudo .github/workflows/dependencies/install_spack
2020
python3 -m pip install -U pip
2121
python3 -m pip install -U packaging setuptools wheel
22+
python3 -m pip install -U six
2223
python3 -m pip install -U numpy
2324
python3 -m pip install -U mpi4py
2425
python3 -m pip install -U pandas

0 commit comments

Comments
 (0)