Import FuzzyChecker #3994
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
# ----------------------------------------------------------------------------- | |
# - invoked on push, pull_request, manual trigger, or schedule | |
# - test under at least 3 versions of python | |
# ----------------------------------------------------------------------------- | |
name: build | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 8 * * *" | |
jobs: | |
call_build: | |
uses: | |
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@add-install-arg | |
with: | |
dependencies: "vivarium,vivarium_public_health,gbd_mapping,vivarium_cluster_tools" | |
use_mypy: false | |
install_type: "test" |