Skip to content

Commit

Permalink
Merge pull request #316 from VirtualPlanetaryLaboratory/download-arti…
Browse files Browse the repository at this point in the history
…fact

Adding setuptools to sdist block of pip-install.yml
RoryBarnes authored Sep 6, 2024
2 parents 38fab67 + 347f0fd commit 5e81c57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install cibuildwheel
- name: Install packages
run: |
python -m pip install -U pip
python -m pip install setuptools
@@ -82,6 +82,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install packages
run: |
python -m pip install -U pip
python -m pip install setuptools
- name: Build sdist
run: python setup.py sdist

0 comments on commit 5e81c57

Please sign in to comment.