Skip to content

Commit 51a0616

Browse files
committed
install setuptools to ensure we aren't missing distutils
1 parent 0623e15 commit 51a0616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
- name: Install setuptools
23+
run: |
24+
python -m ensurepip
25+
pip install --upgrade pip setuptools
2226
- name: Run doctests
2327
run: |
2428
pip install -e .[test]

0 commit comments

Comments
 (0)