Skip to content

Commit

Permalink
Albrja/mic-5469/add-input-flags (#118)
Browse files Browse the repository at this point in the history
* Update flags

* Update install type

* Empty commit

* Empty commit
  • Loading branch information
albrja authored Oct 31, 2024
1 parent cb4df32 commit 8c46ed5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ on:
- cron: "0 8 * * *"

jobs:
call_build:
build:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
uses:
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main
with:
# FIXME: We can't clone gbd access but the install branch script should handle that
dependencies: "vivarium_gbd_access"
use_mypy: false
install_type: "test,docs"
skip_mypy: true
install_type: "[test,docs]"
secrets:
NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}

0 comments on commit 8c46ed5

Please sign in to comment.