Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmke committed Nov 16, 2022
1 parent 94b6a88 commit 3226717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: ./fact_extractor/install.py
- name: Unit Tests
shell: 'script -q -e -c "bash {0}"'
run: sudo -EH pytest
run: pytest

0 comments on commit 3226717

Please sign in to comment.