Skip to content

Commit f3b5e0d

Browse files
Update test case
1 parent 9aea755 commit f3b5e0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ jobs:
3636
3737
which python3
3838
which python
39-
39+
40+
python3 --version
41+
python --version
42+
4043
python3 --version 2>&1 | grep -F "${{ matrix.python-version }}"
4144
test "$(python3 -m pip --version)" = "$(pip3 --version)"
42-
45+
4346
python --version 2>&1 | grep -F "${{ matrix.python-version }}"
4447
test "$(python3 -m pip --version)" = "$(pip --version)"
4548

0 commit comments

Comments
 (0)