Show More
@@ -37,15 +37,15 jobs: | |||||
37 | python-version: "3.13" |
|
37 | python-version: "3.13" | |
38 | deps: test |
|
38 | deps: test | |
39 | # Installing optional dependencies stuff takes ages on PyPy |
|
39 | # Installing optional dependencies stuff takes ages on PyPy | |
40 | - os: ubuntu-latest |
|
40 | # - os: ubuntu-latest | |
41 | python-version: "pypy-3.11" |
|
41 | # python-version: "pypy-3.11" | |
42 | deps: test |
|
42 | # deps: test | |
43 | - os: windows-latest |
|
43 | # - os: windows-latest | |
44 | python-version: "pypy-3.11" |
|
44 | # python-version: "pypy-3.11" | |
45 | deps: test |
|
45 | # deps: test | |
46 | - os: macos-latest |
|
46 | # - os: macos-latest | |
47 | python-version: "pypy-3.11" |
|
47 | # python-version: "pypy-3.11" | |
48 | deps: test |
|
48 | # deps: test | |
49 | # Temporary CI run to use entry point compatible code in matplotlib-inline. |
|
49 | # Temporary CI run to use entry point compatible code in matplotlib-inline. | |
50 | - os: ubuntu-latest |
|
50 | - os: ubuntu-latest | |
51 | python-version: "3.12" |
|
51 | python-version: "3.12" | |
@@ -85,7 +85,7 jobs: | |||||
85 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows |
|
85 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows | |
86 | run: check-manifest |
|
86 | run: check-manifest | |
87 |
|
87 | |||
88 | - name: Install entry point compatible code (TEMPORARY) |
|
88 | - name: Install entry point compatible code (TEMPORARY, April 2024) | |
89 | if: matrix.want-latest-entry-point-code |
|
89 | if: matrix.want-latest-entry-point-code | |
90 | run: | |
|
90 | run: | | |
91 | python -m pip list |
|
91 | python -m pip list |
@@ -264,7 +264,6 except ImportError: | |||||
264 | JEDI_INSTALLED = False |
|
264 | JEDI_INSTALLED = False | |
265 |
|
265 | |||
266 |
|
266 | |||
267 |
|
||||
268 | # ----------------------------------------------------------------------------- |
|
267 | # ----------------------------------------------------------------------------- | |
269 | # Globals |
|
268 | # Globals | |
270 | #----------------------------------------------------------------------------- |
|
269 | #----------------------------------------------------------------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now