Skip to content

Commit

Permalink
use utils, not recipes, for test
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Aug 11, 2024
1 parent 5ad8842 commit 9195c9e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ jobs:
with:
fetch-depth: 0

# Clone bioconda-recipes to use as part of the tests.
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: bioconda/bioconda-recipes
path: recipes
# # Clone bioconda-recipes to use as part of the tests.
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# repository: bioconda/bioconda-recipes
# path: recipes

- name: set path
run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH
# - name: set path
# run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH

- name: Install bioconda-utils
run: |
Expand Down Expand Up @@ -225,7 +225,6 @@ jobs:
# --mulled-test \
# --force
cd recipes
py.test --durations=0 test/ -v --log-level=DEBUG -k "docker" --tb=native
# END TESTING
Expand Down

0 comments on commit 9195c9e

Please sign in to comment.