Skip to content

Commit 93e89b9

Browse files
committed
[ci] add adapol and cvxpy to GitHub workflow
1 parent 6e88025 commit 93e89b9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)