Skip to content

Commit

Permalink
GHA/torture: prefer pip --break-system-packages for speed
Browse files Browse the repository at this point in the history
Follow-up to c5e3d8b curl#14972

Closes curl#15071
  • Loading branch information
vszakats committed Sep 27, 2024
1 parent fcc8961 commit 6b2824d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/torture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
steps:
- run: |
sudo apt-get install cmake ninja-build pkgconf stunnel4 ${{ matrix.build.install }}
python3 -m venv $HOME/venv
source $HOME/venv/bin/activate
python3 -m pip install impacket
python3 -m pip install --break-system-packages impacket
name: 'install prereqs'
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -83,9 +81,7 @@ jobs:
- run: cmake --build . --verbose --target testdeps
name: 'build tests'

- run: |
source $HOME/venv/bin/activate
cmake --build . --verbose --target test-torture
- run: cmake --build . --verbose --target test-torture
name: 'run tests'
env:
TFLAGS: '-j10 ${{ matrix.build.tflags }}'

0 comments on commit 6b2824d

Please sign in to comment.