Skip to content

Commit

Permalink
and so it begins
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Aug 11, 2023
1 parent 942bd80 commit c2157fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-bactopia-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Conda Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Docker Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Singularity Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/all-bactopia-tool-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Singularity Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | xargs -I {} -P 20 \
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Docker Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | xargs -I {} -P 20 \
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Conda Profile
run: |
source /data/storage/bactopia-ci/miniconda3/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
conda clean --all -y
cd ${{ env.BACTOPIA_WORKSPACE }}
Expand Down

0 comments on commit c2157fc

Please sign in to comment.