Skip to content

Commit 22ebfe0

Browse files
committed
don't test python 3.13 on debian, add debug statement
Signed-off-by: Zen <[email protected]>
1 parent e296e18 commit 22ebfe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
image: debian
5252
strategy:
5353
matrix:
54-
python-version: ['3.11', '3.12', '3.13']
54+
python-version: ['3.11', '3.12']
5555

5656
steps:
5757
- name: Install system deps
@@ -73,6 +73,7 @@ jobs:
7373
venv/bin/pip install --upgrade pip
7474
venv/bin/pip install ./zenlib
7575
venv/bin/pip install ./pycpio
76+
ls -la
7677
venv/bin/pip install .
7778
- name: Test fullauto.toml
7879
run: |

0 commit comments

Comments
 (0)