We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b388ba commit 9dbeee9Copy full SHA for 9dbeee9
bitrise.yml
@@ -16,7 +16,7 @@ workflows:
16
set -o pipefail
17
set -x # debug log
18
19
- pip install -r requirements.txt
+ pip3 install -r requirements.txt
20
pytest --cov app
21
- codecov@3:
22
inputs:
0 commit comments