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

Commit d9b99b4

Browse files
authored
Fix failing tests (#136)
1 parent 0f0337c commit d9b99b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip --version
39-
pip install -U -r requirements-dev.txt
39+
pip install -U pytest pytest-cov
4040
pip freeze
4141
4242
- name: Build package

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
pelican>=4
22
nbconvert>=5,<6
3-
markdown
3+
markdown<3.4
4+
jinja2<3.1
5+
nbformat<5.2.0

0 commit comments

Comments
 (0)