Skip to content

Commit

Permalink
CI: Fix CircleCI "six" (openPMD#1596)
Browse files Browse the repository at this point in the history
```
...
  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'
```
  • Loading branch information
ax3l authored Feb 26, 2024
1 parent 283b2fe commit d24c5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
sudo .github/workflows/dependencies/install_spack
python3 -m pip install -U pip
python3 -m pip install -U packaging setuptools wheel
python3 -m pip install -U six
python3 -m pip install -U numpy
python3 -m pip install -U mpi4py
python3 -m pip install -U pandas
Expand Down

0 comments on commit d24c5d2

Please sign in to comment.