File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ jobs:
467
467
468
468
matrix :
469
469
target :
470
- - os : debian
471
- dist : bullseye # 11
470
+ # - os: debian
471
+ # dist: bullseye # 11
472
472
- os : debian
473
473
dist : bookworm # 12
474
474
- os : ubuntu
@@ -510,17 +510,15 @@ jobs:
510
510
env :
511
511
DEBIAN_FRONTEND : noninteractive
512
512
513
- - name : Install test requirements
514
- run : pip3 install -r requirements-test.txt
515
- if : matrix.target.os == 'ubuntu'
516
-
517
- - name : Install test requirements
513
+ - name : Activate venv
518
514
run : |
519
515
apt install -y python3.11-venv
520
516
python3 -m venv .venv
521
517
. .venv/bin/activate
522
- pip3 install -r requirements-test.txt
523
- if : matrix.target.os == 'debian'
518
+ # if: matrix.target.os == 'debian'
519
+
520
+ - name : Install test requirements
521
+ run : pip3 install -r requirements-test.txt'
524
522
525
523
- name : Install the crud module for testing purposes
526
524
run : |
You can’t perform that action at this time.
0 commit comments