Skip to content

Commit

Permalink
correcting ci lib2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Aug 12, 2024
1 parent e5b60e2 commit 103e858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/libtomophantom_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install dependencies with Conda
run: |
$CONDA/bin/conda install -c conda-forge conda-build anaconda-client
$CONDA/bin/conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
$CONDA/bin/conda install -c conda-forge cmake
$CONDA/bin/conda update conda
$CONDA/bin/conda update conda-build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tomophantom_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:

- name: Install dependencies with Conda
run: |
$CONDA/bin/conda install -c conda-forge conda-build anaconda-client
$CONDA/bin/conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
$CONDA/bin/conda install -c conda-forge conda-build anaconda-client
$CONDA/bin/conda update conda
$CONDA/bin/conda update conda-build
$CONDA/bin/conda list
Expand Down

0 comments on commit 103e858

Please sign in to comment.