Skip to content

Commit ee918c8

Browse files
committed
upgrade pip
1 parent 55ea411 commit ee918c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install package
23-
run: pip install .[dev]
23+
run: |
24+
python -m pip install --upgrade pip setuptools
25+
pip install .[dev]
2426
- name: make docs
2527
run: make docs
2628

0 commit comments

Comments
 (0)