Skip to content

Commit ef0fc7e

Browse files
fix missprint
1 parent 5bd0a12 commit ef0fc7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/packing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,13 +512,12 @@ jobs:
512512

513513
- name: Activate venv
514514
run: |
515-
apt install -y python3.11-venv
515+
apt install -y python3-venv
516516
python3 -m venv .venv
517517
. .venv/bin/activate
518-
# if: matrix.target.os == 'debian'
519518
520519
- name: Install test requirements
521-
run: pip3 install -r requirements-test.txt'
520+
run: pip3 install -r requirements-test.txt
522521

523522
- name: Install the crud module for testing purposes
524523
run: |

0 commit comments

Comments
 (0)