Skip to content

Commit

Permalink
Try different pip path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O authored Aug 12, 2023
1 parent 2a69e0d commit 5c4d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Docker build
run: docker build --tag=kivy/buildozer .
- name: Docker requirements
run: docker run pip install -U tox>=2.0
run: docker run python -m pip install -U tox>=2.0
- name: Docker Tests
run: docker run tox

0 comments on commit 5c4d00f

Please sign in to comment.