File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : |
105105 brew update
106106 brew install ccache gcc llvm boost fftw hdf5 open-mpi openblas
107- pip install mako numpy scipy mpi4py
107+ pip install mako numpy scipy mpi4py cvxpy
108108 pip install -r requirements.txt
109109 echo "PATH=$(brew --prefix llvm)/bin:$(brew --prefix gcc)/bin:$PATH" >> $GITHUB_ENV
110110 echo "PYTHONPATH=$(brew --prefix llvm)/lib/python3.13/site-packages" >> $GITHUB_ENV
@@ -121,6 +121,11 @@ jobs:
121121 git clone https://github.com/HugoStrand/pyed $HOME/pyed
122122 echo "PYTHONPATH=$HOME/pyed:$PYTHONPATH" >> $GITHUB_ENV
123123
124+ - name : Install adapol
125+ run : |
126+ git clone https://github.com/flatironinstitute/adapol.git $HOME/adapol --branch main
127+ echo "PYTHONPATH=$HOME/adapol/src:$PYTHONPATH" >> $GITHUB_ENV
128+
124129 - name : Build & Install TRIQS
125130 env :
126131 TRIQS_BRANCH : ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments