Skip to content

Commit f1dd6d2

Browse files
committed
install requirements for tests
1 parent 3e7141a commit f1dd6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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'

0 commit comments

Comments
 (0)