Skip to content

Commit 723be6f

Browse files
committed
Use pip3 in CI, or we get Python 2
1 parent 4bbd641 commit 723be6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
cd $GITHUB_WORKSPACE
1414
pip3 install pip setuptools wheel
15-
pip install git+https://github.com/yatiml/yatiml.git@develop
15+
pip3 install git+https://github.com/yatiml/yatiml.git@develop
1616
python3 setup.py test
1717
1818
- name: Upload coverage report to Codacy

0 commit comments

Comments
 (0)