Skip to content

build

build #1582

Workflow file for this run

# -----------------------------------------------------------------------------
# - 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:
build:
strategy:
matrix:
python-version: ["3.10", "3.11"]
uses:
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 19, Col: 7): Input python_version is required, but not provided while calling.
with:
# FIXME: we can't install vivarium_gbd_access
dependencies: "vivarium,gbd_mapping"
skip_mypy: true
install_type: "[test,docs]"
secrets:
NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}