Skip to content

Commit cb3b63b

Browse files
fix for debian
1 parent 477fcbd commit cb3b63b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/packing.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,6 @@ jobs:
467467
dist: focal # 20.04
468468
- os: ubuntu
469469
dist: jammy # 22.04
470-
# - os: debian
471-
# dist: buster # 10
472-
# - os: debian
473-
# dist: bullseye # 11
474470
- os: debian
475471
dist: bookworm # 12
476472

@@ -510,6 +506,11 @@ jobs:
510506

511507
- name: Install test requirements
512508
run: pip3 install -r requirements-test.txt
509+
if: matrix.target.os == 'ubuntu'
510+
511+
- name: Install test requirements
512+
run: pipx install -r requirements-test.txt
513+
if: matrix.target.os == 'debian'
513514

514515
- name: Install the crud module for testing purposes
515516
run: |

0 commit comments

Comments
 (0)