Skip to content

Commit

Permalink
Try removing redundant clone of test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Sep 22, 2022
1 parent 433d861 commit c3a1715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Build Conda package
shell: bash -l {0}
run: conda mambabuild -c conda-forge -c michellab/label/dev BioSimSpace/recipes/biosimspace
env:
HEAD_BRANCH: ${{ github.head_ref }}
- name: Upload Conda package
shell: bash -l {0}
run: BioSimSpace/actions/upload_package.sh
Expand Down
6 changes: 3 additions & 3 deletions recipes/biosimspace/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ requirements:

test:
script_env:
- HEAD_BRANCH
- SIRE_DONT_PHONEHOME
- SIRE_SILENT_PHONEHOME
requires:
- git
- pytest
imports:
- BioSimSpace
source_files:
- test
commands:
- git clone https://github.com/michellab/BioSimSpace && cd BioSimSpace && git checkout $HEAD_BRANCH && pytest -vvv test
- pytest -vvv --import-mode=importlib test

about:
home: https://biosimspace.org
Expand Down

0 comments on commit c3a1715

Please sign in to comment.