Skip to content

added check for psiramp > 1 to make it absolute rather than fraction … #27

added check for psiramp > 1 to make it absolute rather than fraction …

added check for psiramp > 1 to make it absolute rather than fraction … #27

Triggered via push June 27, 2024 16:49
Status Failure
Total duration 49s
Artifacts

ci.yml

on: push
Matrix: autotests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
autotests (ubuntu-latest, 3.9, std, ./autotest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
autotests (ubuntu-latest, 3.9, std, ./autotest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
autotests (ubuntu-latest, 3.9, std, ./autotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
autotests (ubuntu-latest, 3.9, std, ./autotest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
autotests (ubuntu-latest, 3.9, std, ./autotest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
autotests (ubuntu-latest, 3.9, std, ./autotest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
autotests (ubuntu-latest, 3.9, std, ./autotest)
Traceback (most recent call last): File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__ return func(*args, **kwargs)
autotests (ubuntu-latest, 3.9, std, ./autotest)
^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 52, in main_subshell from .conda_argparse import do_call, generate_parser, generate_pre_parser File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 51, in <module> from .main_create import configure_parser as configure_parser_create File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main_create.py", line 16, in <module> from ..notices import notices File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/__init__.py", line 3, in <module> from .core import notices # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/core.py", line 15, in <module> from . import cache, fetch, views File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/fetch.py", line 11, in <module> import requests File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module> import urllib3 File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module> from .exceptions import ( File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module> from .packages.six.moves.http_client import ( ModuleNotFoundError: No module named 'urllib3.packages.six.moves' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/miniconda/condabin/conda", line 13, in <module> sys.exit(main()) ^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 128, in main return conda_exception_handler(main, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 388, in conda_exception_handler return_value = exception_handler(func, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 21, in __call__ return self.handle_exception(exc_val, exc_tb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 52, in handle_exception from .exceptions import ( File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exceptions.py", line 17, in <module>
autotests (ubuntu-latest, 3.9, std, ./autotest)
from requests.exceptions import JSONDecodeError File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module> import urllib3 File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module> from .exceptions import ( File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module> from .packages.six.moves.http_client import ( ModuleNotFoundError: No module named 'urllib3.packages.six.moves'