We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c944a90 commit d5cb2bfCopy full SHA for d5cb2bf
.github/workflows/test.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
repository: w3c/linkchecker-testsuite
16
path: test-suite
17
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
18
19
- python-version: '3.7'
+ python-version: '3.11'
20
- name: Install test suite dependencies
21
working-directory: test-suite/harness
22
run: |
@@ -42,4 +42,4 @@ jobs:
42
run: sudo apt-get install -y bubblewrap
43
- name: run test suite
44
45
- run: bwrap --dev-bind / / --ro-bind ../hosts /etc/hosts sh -c "python linktest.py --checker_path ../../link-checker/bin/checklink run"
+ run: bwrap --dev-bind / / --ro-bind ../hosts /etc/hosts sh -c "python linktest.py --checker_path ../../link-checker/bin/checklink run"
0 commit comments