Skip to content

Commit

Permalink
Merge pull request #553 from doorstop-dev/update-markdown
Browse files Browse the repository at this point in the history
Upgrade Markdown
  • Loading branch information
jacebrowning committed Mar 5, 2022
2 parents a63afc6 + 8a316b9 commit c0df734
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/execute-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v1
if: ${{ inputs.os == 'ubuntu-latest' }}
with:
fail_ci_if_error: true

- name: Run checks
run: make check
if: ${{ inputs.os == 'ubuntu-latest' }}

- name: Run demo
run: make demo
if: ${{ inputs.os == 'ubuntu-latest' }}
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [
python = "^3.7"

PyYAML = "^5.1"
Markdown = "^3.3.3"
Markdown = "^3.3.6"
bottle = "~0.12.13"
requests = "^2.0"
python-markdown-math = "~0.6"
Expand Down

0 comments on commit c0df734

Please sign in to comment.