Skip to content

Commit eaafc3a

Browse files
committed
fix(github): tests;
- Setuptools.
1 parent 9dcbb31 commit eaafc3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
pip install -r requirements.txt
188188
pip install -r test-requirements.txt
189189
python3 setup.py develop
190+
cd /srv/app/src/ckan
191+
python3 setup.py develop
192+
pip install setuptools==70.0.0
190193
cd /srv/app
191194
- name: Setup Databases
192195
run: |

0 commit comments

Comments
 (0)