Skip to content

Commit

Permalink
little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Jul 24, 2024
1 parent 4598530 commit 3a1726e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/lib-community-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,9 @@ jobs:
environment-file: ${{ env.filepath }}
activate-environment: ${{ env.name }}

- name: 'install pytest, run qiime info & run tests'
- name: 'Run tests for ${{ env.github_repo }}'
shell: bash -el {0}
run: |
conda install pytest
qiime info
pytest
# - name: 'Install and activate test environment'
# run: |
# conda env create
# -n ${{ env.github_repo }}
# -f https://raw.githubusercontent.com/{{ github-org }}/{{ github-repo }}/{{ github-env-ref }}/environment-files/{{ env-file-name }}
# conda activate ${{ env.github_repo }}

# TODO: run tests using makefile
- name: 'Run tests for ${{ env.github_repo }}'

0 comments on commit 3a1726e

Please sign in to comment.