We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc3e86 commit 358aeb1Copy full SHA for 358aeb1
.github/workflows/testing.yml
@@ -190,6 +190,8 @@ jobs:
190
with:
191
python-version: ${{ matrix.python }}
192
193
+ - run: pip --version
194
+
195
- name: Install the package with pip
196
run: pip install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_REF_NAME
197
@@ -318,6 +320,8 @@ jobs:
318
320
319
321
run: pip install git+$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY@$env:GITHUB_REF_NAME
322
323
324
325
- name: Install test requirements
326
run: pip install -r requirements-test.txt
327
0 commit comments