Skip to content

Commit

Permalink
Avoid -e since it does not properly test MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jan 14, 2025
1 parent ddcc103 commit cd8df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .
pip install .
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Install requirements (2.9)
Expand Down

0 comments on commit cd8df77

Please sign in to comment.