Skip to content

Commit

Permalink
integration tests must run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 20, 2024
1 parent 5a658a7 commit fbe0c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install tox
run: pip install --user tox
run: sudo -E -- pip install --user tox

- name: Select tox env
id: tox-env
Expand All @@ -49,7 +49,7 @@ jobs:
run: sudo -E ./scripts/prepare-integration.sh

- name: Test
run: sudo -- tox -e ${{ steps.tox-env.outputs.tox-env }}
run: sudo -E -- tox -e ${{ steps.tox-env.outputs.tox-env }}

set_merge_ok:
name: Set Merge OK
Expand Down

0 comments on commit fbe0c95

Please sign in to comment.