Skip to content

Commit b54b791

Browse files
committed
ENH: Explicitly request python3 binaries.
1 parent 084c5d3 commit b54b791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
allow-prereleases: true
5656

5757
- name: Install package
58-
run: python -m pip install -e .[test]
58+
run: python3 -m pip install -e .[test]
5959

6060
- name: Test package
6161
run: >-
62-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
62+
python3 -m pytest -ra --cov --cov-report=xml --cov-report=term
6363
--durations=20
6464
6565
- name: Upload coverage report

0 commit comments

Comments
 (0)