Skip to content

Commit ba73d2c

Browse files
committed
chore(ci): python on arm
1 parent 6826997 commit ba73d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
set -e
118118
cd python
119-
python -m venv venv
119+
python3 -m venv venv
120120
. venv/bin/activate
121121
pip3 install -U pip
122122
pip3 install --pre "mtc_token_healing[test]" --find-links dist --force-reinstall

0 commit comments

Comments
 (0)