We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd0a12 commit ef0fc7eCopy full SHA for ef0fc7e
1 file changed
.github/workflows/packing.yml
@@ -512,13 +512,12 @@ jobs:
512
513
- name: Activate venv
514
run: |
515
- apt install -y python3.11-venv
+ apt install -y python3-venv
516
python3 -m venv .venv
517
. .venv/bin/activate
518
- # if: matrix.target.os == 'debian'
519
520
- name: Install test requirements
521
- run: pip3 install -r requirements-test.txt'
+ run: pip3 install -r requirements-test.txt
522
523
- name: Install the crud module for testing purposes
524
0 commit comments