Skip to content

Commit b315cbe

Browse files
typotts42Tyler Potts
andauthored
manually install needed version of constructor to fix CI (#3138)
Co-authored-by: Tyler Potts <[email protected]>
1 parent cd4c6e2 commit b315cbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_local_integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
- name: Install conda-store dependencies
182182
run: |
183183
python -m pip install "conda-lock>=1.0.5,<3.0.0" # Added until https://github.com/conda-incubator/conda-store/issues/1095 is solved upstream
184+
# Below added until https://github.com/nebari-dev/nebari/issues/3118 is resolved upstream
185+
conda install constructor==3.11.3
184186
python -m pip install conda-store/conda-store-server
185187
186188
- name: Get conda store token from login

0 commit comments

Comments
 (0)