File tree 4 files changed +20
-68
lines changed
packages/calitp-data-infra
4 files changed +20
-68
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
24
24
defaults :
25
25
run :
26
26
working-directory : packages/calitp-data-infra
27
+ strategy :
28
+ matrix :
29
+ pyversion : ['3.11']
27
30
steps :
28
31
- uses : actions/checkout@v3
29
32
- uses : actions/setup-python@v4
30
33
with :
31
- python-version : ' 3.9 '
34
+ python-version : ${{ matrix.pyversion }}
32
35
- uses : ' google-github-actions/auth@v2'
33
36
with :
34
37
credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- uses : actions/setup-python@v2
15
+ with :
16
+ python-version : ' 3.11'
15
17
- uses : actions/cache@v3
16
18
with :
17
19
path : ~/.cache/pre-commit
22
24
-
uses :
crate-ci/[email protected] # Set back to `master` after #967 on the typos repo is fixed
23
25
with :
24
26
files : ./docs/**
25
- - uses : snok/install-poetry@v1
27
+ - name : Install Poetry
28
+ run : curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python -
26
29
- name : mypy ci
27
30
working-directory : ci
28
31
run : |
You can’t perform that action at this time.
0 commit comments