Skip to content

Commit

Permalink
[ci] temporarily mitigate issue with markupsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Jul 27, 2022
1 parent 7c05707 commit 18d6025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install INGInious
run: pip3 install .

- name: Mitigate MarkupSafe 2.1+ issues
run: pip3 install --upgrade markupsafe==2.0.1

- name: Launch nose tests
run: nosetests -v --with-coverage --cover-package=inginious --cover-branches --cover-html -I "^test_"
Expand Down

0 comments on commit 18d6025

Please sign in to comment.