We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4df32 commit 8c46ed5Copy full SHA for 8c46ed5
.github/workflows/build.yml
@@ -11,11 +11,17 @@ on:
11
- cron: "0 8 * * *"
12
13
jobs:
14
- call_build:
+ build:
15
+ strategy:
16
+ matrix:
17
+ python-version: ["3.9", "3.10", "3.11"]
18
uses:
19
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main
20
with:
21
# FIXME: We can't clone gbd access but the install branch script should handle that
22
dependencies: "vivarium_gbd_access"
- use_mypy: false
- 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