Skip to content

Commit d6ec64d

Browse files
Upgrade pip
1 parent 7b60669 commit d6ec64d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python }}
2323
- name: Install dependencies
2424
run: |
25-
python --version
25+
python -m pip install --upgrade pip
2626
pip install -e .
2727
pip install -e .[test]
2828
pip install pytest pytest-cov

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python --version
31+
python -m pip install --upgrade pip
3132
pip install -e .
3233
pip install -e .[test]
3334
pip install pytest pytest-cov

0 commit comments

Comments
 (0)