Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi authored Apr 29, 2024
1 parent e2851b6 commit 7509d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Build distribution and test installation
shell: bash
run: |
uv pip install setuptools # Need this because we still use setup.py
make dist
if [[ ${{ matrix.os }} == "windows-latest" ]]; then
PYTHON_BIN=Scripts/python
Expand Down

0 comments on commit 7509d59

Please sign in to comment.