File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check types
22on : [pull_request]
33env :
44 NODE_VERSION : ' 18'
5- PYTHON_VERSION : ' 3.9 '
5+ PYTHON_VERSION : ' 3.10 '
66
77permissions :
88 contents : read
3232 pip install -e 'git+https://github.com/ckan/ckan@master#egg=ckan' -r 'https://raw.githubusercontent.com/ckan/ckan/master/requirements.txt' -r 'https://raw.githubusercontent.com/ckan/ckan/master/dev-requirements.txt'
3333 pip install -e /home/runner/work/app/src/ckanext-gcnotify/. -r /home/runner/work/app/src/ckanext-gcnotify/requirements.txt -r /home/runner/work/app/src/ckanext-gcnotify/dev-requirements.txt
3434 pip install --upgrade setuptools==44.1.0
35+ pip install -r requirements.txt
3536 find /home/runner/work/app -name '*.pyc' -delete
3637 - name : Install node deps
3738 if : steps.pydepends.outcome == 'success'
Original file line number Diff line number Diff line change 1+ Update author_email from open-ouvert@tbs-sct.gc.ca to opendevelopment-developpementouvert@tbs-sct.gc.ca.
Original file line number Diff line number Diff line change 2525
2626 # Author details
2727 author = '''Open Government Canada''' ,
28- author_email = '''open-ouvert @tbs-sct.gc.ca''' ,
28+ author_email = '''opendevelopment-developpementouvert @tbs-sct.gc.ca''' ,
2929
3030 # Choose your license
3131 license = 'AGPL' ,
You can’t perform that action at this time.
0 commit comments