Skip to content

Commit

Permalink
without sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Sep 12, 2024
1 parent b6082ef commit e4c90f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
CIBW_BUILD: cp${{ matrix.python-version }}-${{ matrix.os-platform[1] }}
CIBW_TEST_SKIP: "*linux_aarch64"
CIBW_BEFORE_TEST: sudo apt install default-jre
CIBW_BEFORE_TEST: apt install default-jre
CIBW_TEST_COMMAND: >
uv pip install -r {project}/setup.py --extra all &&
pytest --durations=0 {project}/action_files
Expand Down

0 comments on commit e4c90f6

Please sign in to comment.