Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.12"
python-version: "3.14"
- name: Install markdownlint
run: npm install -g markdownlint-cli
run: npm install -g markdownlint-cli@0.48.0
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Lint Markdown
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KP:1 conformance suite Python dependencies
# Install with: pip install -r requirements.txt
pyyaml>=6.0
jsonschema>=4.0
pyyaml>=6.0.3
jsonschema>=4.26