Skip to content

Commit 8acfb11

Browse files
authored
Update ci.yml
1 parent fe33046 commit 8acfb11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
- name: Update pip and setuptools
23+
run: pip install --upgrade pip setuptools
2224
- name: Run doctests
2325
run: |
2426
pip install -e .[test]

0 commit comments

Comments
 (0)