Skip to content

Commit 358aeb1

Browse files
compare versions
1 parent 8cc3e86 commit 358aeb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ jobs:
190190
with:
191191
python-version: ${{ matrix.python }}
192192

193+
- run: pip --version
194+
193195
- name: Install the package with pip
194196
run: pip install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_REF_NAME
195197

@@ -318,6 +320,8 @@ jobs:
318320
- name: Install the package with pip
319321
run: pip install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF_NAME
320322

323+
- run: pip --version
324+
321325
- name: Install test requirements
322326
run: pip install -r requirements-test.txt
323327

0 commit comments

Comments
 (0)