MAINT: adding pyproject.toml #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WIP: working on a new GHA in distributions to pair with this | |
# that can be used by any community developers to implement CI | |
# testing again | |
name: ci-vizard | |
on: | |
pull_request: | |
branches: ["dev"] | |
push: | |
branches: ["dev"] | |
jobs: | |
ci: | |
uses: qiime2/distributions/.github/workflows/lib-community-ci.yaml@dev | |
with: | |
github-repo: q2-vizard | |
env-file-name: 2024.5-vizard-environment.yml |