We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4c6e2 commit b315cbeCopy full SHA for b315cbe
.github/workflows/test_local_integration.yaml
@@ -181,6 +181,8 @@ jobs:
181
- name: Install conda-store dependencies
182
run: |
183
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
186
python -m pip install conda-store/conda-store-server
187
188
- name: Get conda store token from login
0 commit comments