Skip to content

Commit

Permalink
rollback removal off no-conflict on jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 9, 2024
1 parent 58f04b8 commit 80a6bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: |
pip install -r dev-requirements.txt
pip install -r requirements.txt
# pip install --no-warn-conflicts jinja2==2.10.1
# pip install --no-warn-conflicts markupsafe==2.0.1
pip install --no-warn-conflicts jinja2==2.10.1
pip install --no-warn-conflicts markupsafe==2.0.1
pip install -e .
# 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
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ckantoolkit>=0.0.3
frictionless==5.0.0b9
markupsafe==2.0.1
#jinja2==2.10.1

tableschema
-e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming

0 comments on commit 80a6bda

Please sign in to comment.