Skip to content

Commit

Permalink
[conda-lock] fix test installation from conda-lock file: use pip fr…
Browse files Browse the repository at this point in the history
…om lock file (#2267)
  • Loading branch information
valeriupredoi authored Dec 6, 2023
1 parent 21ec6c2 commit 7514836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/install-from-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- run: which python
- run: python -V 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/python_version.txt
- run: conda create --name esmvaltool-fromlock --file conda-linux-64.lock
- run: conda install pip
- run: which python
- run: pip --version
- run: pip install -e .[develop]
Expand Down

0 comments on commit 7514836

Please sign in to comment.