Skip to content

Commit

Permalink
Remove pip --user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed Mar 19, 2022
1 parent 3501cc7 commit 6858cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v1
- name: Install Python dependencies
run: pip install -r requirements.txt --user
run: pip install -r requirements.txt
- name: Lint, format, test and build
run: |
make lint
Expand Down

0 comments on commit 6858cf0

Please sign in to comment.