Force conda-lock to v1

This commit is contained in:
abejgonzalez
2023-05-30 21:09:05 -07:00
parent 0b07958e6c
commit 4fe974f36b
4 changed files with 561 additions and 498 deletions

View File

@@ -93,7 +93,7 @@ dependencies:
- screen
- elfutils
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4 # from ucb-bar channel - using mainline libdwarf-feedstock
- conda-lock>=1
- conda-lock=1
# clang-format for driver coding style enforcement.
- clang-format

View File

@@ -46,7 +46,7 @@ This is done by the following:
.. code-block:: shell
conda install -n base conda-lock
conda install -n base conda-lock=1
conda activate base
.. Note:: We also recommended switching to `libmamba <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__ for much faster dependency solving.