Skip to content

Commit

Permalink
fix: use all python3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 18, 2024
1 parent 22da5d7 commit 3f08b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ workflows:
inputs:
- content: |-
pip3 install -r app/requirements.txt
pytest ./app --cov app
python3 -m pytest ./app --cov app
- path::./:
title: Step Test
run_if: true
Expand Down

0 comments on commit 3f08b12

Please sign in to comment.