Skip to content

Commit

Permalink
Update sharpy_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Oct 30, 2023
1 parent 438d884 commit e55b102
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,20 @@ jobs:
with:
version: 10
platform: x64
- name: Set up Conda
uses: s-weigand/setup-conda@v1
with:
python-version: 3.9
- name: Setup Mamba
uses: mamba-org/setup-micromamba@v1
with:
python-version: 3.9
- name: Pre-Install dependencies
run: |
gfortran --version
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
wget -O Mambaforge.sh <https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$>(uname -m).sh
# wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
# wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh -O miniconda.sh;
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
bash Mambaforge.sh -b -p $HOME/mambaforge
source mambaforge/bin/activate
export PATH="$HOME/mambaforge/bin:$PATH"
hash -r
conda install mamba -n base -c conda-forge
mamba config --set always_yes yes --set changeps1 no
# mamba config --append channels mamba-forge
mamba update --name base mamba
Expand Down

0 comments on commit e55b102

Please sign in to comment.