File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -510,17 +510,17 @@ 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
518
- run : |
519
- apt install -y python3.11-venv
520
- python3 -m venv .venv
521
- . .venv/bin/activate
522
- pip3 install -r requirements-test.txt
523
- if : matrix.target.os == 'debian'
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
518
+ run : |
519
+ apt install -y python3.11-venv
520
+ python3 -m venv .venv
521
+ . .venv/bin/activate
522
+ pip3 install -r requirements-test.txt
523
+ if : matrix.target.os == 'debian'
524
524
525
525
- name : Install the crud module for testing purposes
526
526
run : |
You can’t perform that action at this time.
0 commit comments