Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Fix failing tests #136

Merged
merged 4 commits into from
Dec 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip --version
pip install -U -r requirements-dev.txt
pip install -U pytest pytest-cov
pip freeze
- name: Build package
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pelican>=4
nbconvert>=5,<6
markdown
markdown<3.4
jinja2<3.1
nbformat<5.2.0