Skip to content

Commit cc55594

Browse files
committed
ci: explicit setuptools install for CI
1 parent 12a5310 commit cc55594

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
dep-strategy: "oldest"
2626
- python-version: "3.12"
2727
os: ubuntu-24.04
28-
piplist: "numpy matplotlib"
28+
piplist: "setuptools numpy matplotlib"
2929
- python-version: "3.13"
3030
os: ubuntu-24.04
31-
piplist: "numpy matplotlib spacepy"
31+
piplist: "setuptools numpy matplotlib spacepy"
3232
- python-version: "3.14"
3333
os: ubuntu-24.04
34-
piplist: "numpy matplotlib"
34+
piplist: "setuptools numpy matplotlib"
3535
- python-version: "3.14"
3636
os: ubuntu-24.04
37-
piplist: "numpy matplotlib spacepy"
37+
piplist: "setuptools numpy matplotlib spacepy"
3838
steps:
3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)