We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e61bb commit ac1f5faCopy full SHA for ac1f5fa
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
pip install -r requirements.txt
58
pip install -r dev-requirements.txt
59
- pip install .
+ pip install -e .
60
# Replace default path to CKAN core config file with the one on the container
61
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
62
- name: Install requirements (2.9)
0 commit comments