Skip to content

Commit

Permalink
Don't use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 24, 2020
1 parent 018ef70 commit 3c6fa92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: sudo python3 -m pip install --requirement=ci/requirements.txt
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt

- name: Checks
run: c2cciutils-checks

0 comments on commit 3c6fa92

Please sign in to comment.