Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan authored Mar 29, 2024
1 parent 9885ca1 commit 9d4d077
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up miniconda
run: |
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
bash Miniforge3-Linux-x86_64.sh -b
~/miniforge3/condabin/conda init
source /home/runner/.bashrc
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10
mamba-version: "*"
channels: conda-forge,bioconda,defaults
channel-priority: true

- name: install dependancies
run: |
/home/runner/miniforge3/bin/mamba install tb-profiler -y
Expand Down

0 comments on commit 9d4d077

Please sign in to comment.