Skip to content

Commit 3f08b12

Browse files
fix: use all python3
1 parent 22da5d7 commit 3f08b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ workflows:
3737
inputs:
3838
- content: |-
3939
pip3 install -r app/requirements.txt
40-
pytest ./app --cov app
40+
python3 -m pytest ./app --cov app
4141
- path::./:
4242
title: Step Test
4343
run_if: true

0 commit comments

Comments
 (0)