8000 TST: Try `pip` instead of `pip3` · rjeb/numpy@d7e1cef · GitHub
[go: up one dir, main page]

Skip to content

Commit d7e1cef

Browse files
committed
TST: Try pip instead of pip3
1 parent 2a3b11c commit d7e1cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
git config --global --add safe.directory /numpy
277277
cd /numpy &&
278278
python3 setup.py install
279-
python3 pip3 install -r ./test_requirements.txt
279+
python3 pip install -r ./test_requirements.txt
280280
"
281281
docker commit the_build the_build
282282
- name: Run SIMD Tests

0 commit comments

Comments
 (0)
0