We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe33046 commit 8acfb11Copy full SHA for 8acfb11
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
+ - name: Update pip and setuptools
23
+ run: pip install --upgrade pip setuptools
24
- name: Run doctests
25
run: |
26
pip install -e .[test]
0 commit comments