Skip to content

Commit

Permalink
pip install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed Nov 8, 2023
1 parent 3190d00 commit 20e7853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotest.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies on macos
if: startsWith(matrix.config.os, 'macos')
run: |
brew install gcc mpich python-setuptools
brew install mpich
- name: Configure Cyclops and Build Scalapack
if: matrix.config.build_scalapack
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
virtualenv -p python3 ./envs/py3env;
source ./envs/py3env/bin/activate;
pip install numpy cython
pip install numpy cython setuptools
- name: Build Python library
run:
Expand Down

0 comments on commit 20e7853

Please sign in to comment.