Skip to content

Commit

Permalink
fix: sudo pip
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 4, 2024
1 parent 49f8ef4 commit e64c73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
# TODO : launch libreoffice on port 2002
TEST_COMMAND: OO_SERVER=loffice OO_PORT=2002 bin/testmc
INSTALL_DEPENDENCIES_COMMANDS: |
pip install -r requirements-tests.txt
sudo pip install -r requirements-tests.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}
BUILDOUT_CONFIG_FILE: 'test-${{ matrix.plone-version }}.cfg'

0 comments on commit e64c73d

Please sign in to comment.