We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7141a commit f1dd6d2Copy full SHA for f1dd6d2
.github/workflows/pyright.yml
@@ -32,6 +32,7 @@ jobs:
32
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'
33
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
34
pip install --upgrade setuptools==44.1.0
35
+ pip install -r requirements.txt
36
find /home/runner/work/app -name '*.pyc' -delete
37
- name: Install node deps
38
if: steps.pydepends.outcome == 'success'
0 commit comments