We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52cce commit 2bf1347Copy full SHA for 2bf1347
1 file changed
.github/workflows/main.yml
@@ -275,14 +275,13 @@ jobs:
275
${{ runner.os }}-pip-
276
277
- name: Install Python Dependencies
278
- run: |
279
- pip install --upgrade pip
280
- pip install -r requirements-ci.txt
+ run: pip install -r requirements-ci.txt
281
282
- name: Install Library Into Virtualenv
283
run: |
284
python -m venv venv/
285
source venv/bin/activate
+ python -m pip install --upgrade pip
286
python -m pip install .
287
288
- name: Run Pip Audit Check On Main Library Dependencies
0 commit comments