We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a5310 commit cc55594Copy full SHA for cc55594
1 file changed
.github/workflows/ci.yml
@@ -25,16 +25,16 @@ jobs:
25
dep-strategy: "oldest"
26
- python-version: "3.12"
27
os: ubuntu-24.04
28
- piplist: "numpy matplotlib"
+ piplist: "setuptools numpy matplotlib"
29
- python-version: "3.13"
30
31
- piplist: "numpy matplotlib spacepy"
+ piplist: "setuptools numpy matplotlib spacepy"
32
- python-version: "3.14"
33
34
35
36
37
38
steps:
39
- name: Set up Python ${{ matrix.python-version }}
40
uses: actions/setup-python@v6
0 commit comments