Skip to content

Commit

Permalink
refresh of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 22, 2024
1 parent c0c05f5 commit c43bea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ppnf_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dependencies:
- pybind11
- pybind11-abi
- python
- pygmo
- pygmo
- python=3.13
9 changes: 6 additions & 3 deletions tools/gha_pygmo_plugins_nonfree_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ set -e
sudo apt-get install wget

# Install conda+deps.
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -O miniforge3.sh
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
export deps_dir=$HOME/local
export PATH="$HOME/miniforge3/bin:$PATH"
bash miniforge3.sh -b -p $HOME/miniforge3
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda config --add channels conda-forge
conda config --set channel_priority strict

mamba env create -f ppnf_devel.yml -q -p $deps_dir
source activate $deps_dir

Expand Down

0 comments on commit c43bea3

Please sign in to comment.