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 31, 2023
1 parent db7b747 commit af44956
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,24 @@ jobs:
with:
version: 10
platform: x64
- name: Set up Conda
uses: s-weigand/setup-conda@v1
with:
python-version: 3.9
# - 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
# 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 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"
wget --no-check-certificate https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh -O mamba.sh
bash mamba.sh -b -p $HOME/mamba
export PATH="$HOME/mamba/bin:$PATH"
hash -r
conda install mamba -n base -c conda-forge
# 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 af44956

Please sign in to comment.