Skip to content

Commit

Permalink
Use released version of pytest-markdown-docs (#15808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald authored Oct 25, 2024
1 parent a17ccfc commit 582861f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/markdown-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ env:
on:
workflow_dispatch:

# pull_request:
# paths:
# - .github/workflows/markdown-tests.yaml
# - "docs/**"
# - requirements-client.txt
# - requirements-dev.txt
# - requirements-markdown-tests.txt
# - requirements.txt
# - setup.cfg
# - Dockerfile

# push:
# branches:
# - main
# paths:
# - .github/workflows/markdown-tests.yaml
# - "src/prefect/**/*.py"
# - "tests/**/*.py"
# - requirements-client.txt
# - requirements-dev.txt
# - requirements-markdown-tests.txt
# - requirements.txt
# - setup.cfg
# - Dockerfile
pull_request:
paths:
- .github/workflows/markdown-tests.yaml
- "docs/**"
- requirements-client.txt
- requirements-dev.txt
- requirements-markdown-tests.txt
- requirements.txt
- setup.cfg
- Dockerfile

push:
branches:
- main
paths:
- .github/workflows/markdown-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- requirements-client.txt
- requirements-dev.txt
- requirements-markdown-tests.txt
- requirements.txt
- setup.cfg
- Dockerfile

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion requirements-markdown-tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest-markdown-docs @ git+https://github.com/PrefectHQ/pytest-markdown-docs@mdx-comment-support
pytest-markdown-docs >= 0.6.0

pandas
prefect-aws
Expand Down

0 comments on commit 582861f

Please sign in to comment.