Fixes to example ipynb files I found while testing examples #113
ci.yml
on: pull_request
Test Jupyter Notebooks
1m 17s
Annotations
1 error and 3 warnings
Test Jupyter Notebooks
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
Test Jupyter Notebooks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Jupyter Notebooks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test Jupyter Notebooks
LibMambaUnsatisfiableError: Encountered problems while solving:
- package numpy-1.18.1-py36h7314795_1 requires python >=3.6,<3.7.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ numpy 1.18** is installable with the potential options
│ ├─ numpy [1.18.1|1.18.4|1.18.5] would require
│ │ ├─ python >=3.6,<3.7.0a0 , which can be installed;
│ │ └─ python_abi 3.6.* *_cp36m, which can be installed;
│ ├─ numpy [1.18.1|1.18.5] would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ numpy [1.18.1|1.18.4|1.18.5] would require
│ │ └─ python_abi 3.6 *_pypy36_pp73, which can be installed;
│ ├─ numpy [1.18.1|1.18.4|1.18.5] would require
│ │ ├─ python >=3.7,<3.8.0a0 , which can be installed;
│ │ └─ python_abi 3.7.* *_cp37m, which can be installed;
│ ├─ numpy [1.18.1|1.18.5] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ numpy [1.18.1|1.18.4|1.18.5] would require
│ │ ├─ python >=3.8,<3.9.0a0 , which can be installed;
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ └─ numpy [1.18.1|1.18.5] would require
│ └─ python >=3.8,<3.9.0a0 , which can be installed;
└─ python 3.9** is not installable because it conflicts with any installable versions previously reported.
|