Skip to content

Commit

Permalink
Ensure setuptools installed in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 30, 2023
1 parent 18589bb commit 57d6b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install setuptools and wheel
run: |
python -m pip install --user setuptools wheel
- name: Download from TestPyPI
run: |
pip download --dest dist --no-deps --index-url https://test.pypi.org/simple/ ${{ matrix.package }}
Expand Down

0 comments on commit 57d6b6a

Please sign in to comment.