Skip to content

Commit 5e143ec

Browse files
committedApr 1, 2025
try to use usual pip
1 parent 7f02f8a commit 5e143ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

Diff for: ‎.github/workflows/packing.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -505,15 +505,15 @@ jobs:
505505
DEBIAN_FRONTEND: noninteractive
506506

507507
- name: Install test requirements
508-
run: pip3 install -r requirements-test.txt
509-
if: matrix.target.os == 'ubuntu'
510-
511-
- name: Install test requirements
512-
run: |
513-
apt install -y pandoc
514-
apt install -y pipx
515-
pipx install requirements-test.txt
516-
if: matrix.target.os == 'debian'
508+
run: pip install -r requirements-test.txt
509+
# if: matrix.target.os == 'ubuntu'
510+
511+
# - name: Install test requirements
512+
# run: |
513+
# apt install -y pandoc
514+
# apt install -y pipx
515+
# pipx install requirements-test.txt
516+
# if: matrix.target.os == 'debian'
517517

518518
- name: Install the crud module for testing purposes
519519
run: |

0 commit comments

Comments
 (0)