Skip to content

Commit 9dbeee9

Browse files
fix: use pip3
1 parent 3b388ba commit 9dbeee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitrise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workflows:
1616
set -o pipefail
1717
set -x # debug log
1818
19-
pip install -r requirements.txt
19+
pip3 install -r requirements.txt
2020
pytest --cov app
2121
- codecov@3:
2222
inputs:

0 commit comments

Comments
 (0)