Skip to content

Commit

Permalink
fix: install or upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Mar 16, 2024
1 parent 18aefbb commit 85642a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install pytest==${{ matrix.pytest-version }}.*
python -m pip install cython==${{ matrix.cython-version }}.*
python -m pip install -e .
Expand Down

0 comments on commit 85642a9

Please sign in to comment.