There was an error while loading. Please reload this page.
2 parents d8978b0 + d70fd01 commit 05ee662Copy full SHA for 05ee662
1 file changed
.github/workflows/ci.yml
@@ -375,15 +375,15 @@ jobs:
375
uses: actions/checkout@v7
376
- uses: ./.github/actions/version
377
378
- version_task_debian_11:
+ version_task_debian_13:
379
380
- name: Version task debian:11.0
+ name: Version task debian:13.0
381
runs-on: ubuntu-22.04
382
container:
383
- image: debian:11.0
+ image: debian:13.0
384
steps:
385
- name: Install Python dependencies
386
- run: apt update && apt -y install python3 python3-setuptools
+ run: apt update && apt -y install python3 python3-setuptools python3-markupsafe
387
- name: Check out repository code
388
389
0 commit comments