We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcbb31 commit eaafc3aCopy full SHA for eaafc3a
.github/workflows/pytest.yml
@@ -187,6 +187,9 @@ jobs:
187
pip install -r requirements.txt
188
pip install -r test-requirements.txt
189
python3 setup.py develop
190
+ cd /srv/app/src/ckan
191
+ python3 setup.py develop
192
+ pip install setuptools==70.0.0
193
cd /srv/app
194
- name: Setup Databases
195
run: |
0 commit comments