|
32 | 32 | python-version: ${{ matrix.python-version }}
|
33 | 33 | - name: Install Python dependencies
|
34 | 34 | run: |
|
35 |
| - python -m pip install --upgrade pip wheel |
| 35 | + python -m pip install --upgrade pip setuptools wheel |
36 | 36 | python -m pip install pytest jinja2
|
37 | 37 | python -m pip install numpy\<1.23
|
38 | 38 | python -m pip install "git+https://github.com/desihub/desiutil.git@${{ matrix.desiutil-version }}#egg=desiutil"
|
|
61 | 61 | python-version: ${{ matrix.python-version }}
|
62 | 62 | - name: Install Python dependencies
|
63 | 63 | run: |
|
64 |
| - python -m pip install --upgrade pip wheel |
| 64 | + python -m pip install --upgrade pip setuptools wheel |
65 | 65 | python -m pip install pytest pytest-cov coveralls
|
66 | 66 | python -m pip install -r requirements.txt
|
67 | 67 | python -m pip install --upgrade numpy\<1.23
|
|
95 | 95 | python-version: ${{ matrix.python-version }}
|
96 | 96 | - name: Install Python dependencies
|
97 | 97 | run: |
|
98 |
| - python -m pip install --upgrade pip wheel |
99 |
| - python -m pip install Sphinx sphinx-toolbox |
| 98 | + python -m pip install --upgrade pip setuptools wheel |
| 99 | + python -m pip install -r doc/rtd-requirements.txt |
100 | 100 | - name: Test the documentation
|
101 | 101 | env:
|
102 | 102 | PYTHONPATH: ${{ github.workspace }}/py
|
@@ -153,7 +153,7 @@ jobs:
|
153 | 153 | python-version: ${{ matrix.python-version }}
|
154 | 154 | - name: Install Python dependencies
|
155 | 155 | run: |
|
156 |
| - python -m pip install --upgrade pip wheel |
| 156 | + python -m pip install --upgrade pip setuptools wheel |
157 | 157 | python -m pip install pycodestyle
|
158 | 158 | - name: Test the style
|
159 | 159 | # This is equivalent to an allowed falure.
|
|
0 commit comments