Skip to content

Commit ac1f5fa

Browse files
committed
Revert -e install in tests
1 parent d5e61bb commit ac1f5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
pip install -r requirements.txt
5858
pip install -r dev-requirements.txt
59-
pip install .
59+
pip install -e .
6060
# Replace default path to CKAN core config file with the one on the container
6161
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
6262
- name: Install requirements (2.9)

0 commit comments

Comments
 (0)