Skip to content

Commit 8c46ed5

Browse files
authored
Albrja/mic-5469/add-input-flags (#118)
* Update flags * Update install type * Empty commit * Empty commit
1 parent cb4df32 commit 8c46ed5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ on:
1111
- cron: "0 8 * * *"
1212

1313
jobs:
14-
call_build:
14+
build:
15+
strategy:
16+
matrix:
17+
python-version: ["3.9", "3.10", "3.11"]
1518
uses:
1619
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main
1720
with:
1821
# FIXME: We can't clone gbd access but the install branch script should handle that
1922
dependencies: "vivarium_gbd_access"
20-
use_mypy: false
21-
install_type: "test,docs"
23+
skip_mypy: true
24+
install_type: "[test,docs]"
25+
secrets:
26+
NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
27+
NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}

0 commit comments

Comments
 (0)