Skip to content

[pre-commit.ci] pre-commit autoupdate #134

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #134

Triggered via pull request February 12, 2024 21:38
Status Failure
Total duration 15m 59s
Artifacts
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 24 warnings
Run tests for ubuntu-latest on 3.6
Unable to process command '::add-path::/usr/share/miniconda/condabin' successfully.
Run tests for ubuntu-latest on 3.6
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for ubuntu-latest on 3.6
Unable to process command '::set-env name=CONDA_PKGS_DIR::/home/runner/conda_pkgs_dir' successfully.
Run tests for ubuntu-latest on 3.6
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for ubuntu-latest on 3.7
Unable to process command '::add-path::/usr/share/miniconda/condabin' successfully.
Run tests for ubuntu-latest on 3.7
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for ubuntu-latest on 3.7
Unable to process command '::set-env name=CONDA_PKGS_DIR::/home/runner/conda_pkgs_dir' successfully.
Run tests for ubuntu-latest on 3.7
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for windows-latest on 3.7
Unable to process command '::add-path::C:\Miniconda\condabin' successfully.
Run tests for windows-latest on 3.7
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for windows-latest on 3.7
Unable to process command '::set-env name=CONDA_PKGS_DIR::C:/Users\runneradmin/conda_pkgs_dir' successfully.
Run tests for windows-latest on 3.7
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for windows-latest on 3.6
Unable to process command '::add-path::C:\Miniconda\condabin' successfully.
Run tests for windows-latest on 3.6
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for windows-latest on 3.6
Unable to process command '::set-env name=CONDA_PKGS_DIR::C:/Users\runneradmin/conda_pkgs_dir' successfully.
Run tests for windows-latest on 3.6
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for macos-latest on 3.6
Unable to process command '::add-path::/usr/local/miniconda/condabin' successfully.
Run tests for macos-latest on 3.6
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for macos-latest on 3.6
Unable to process command '::set-env name=CONDA_PKGS_DIR::/Users/runner/conda_pkgs_dir' successfully.
Run tests for macos-latest on 3.6
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for macos-latest on 3.7
Unable to process command '::add-path::/usr/local/miniconda/condabin' successfully.
Run tests for macos-latest on 3.7
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for macos-latest on 3.7
Unable to process command '::set-env name=CONDA_PKGS_DIR::/Users/runner/conda_pkgs_dir' successfully.
Run tests for macos-latest on 3.7
The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Run tests for ubuntu-latest on 3.6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for ubuntu-latest on 3.6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for ubuntu-latest on 3.6
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for ubuntu-latest on 3.6
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top
Run tests for ubuntu-latest on 3.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for ubuntu-latest on 3.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for ubuntu-latest on 3.7
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for ubuntu-latest on 3.7
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top
Run tests for windows-latest on 3.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for windows-latest on 3.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for windows-latest on 3.7
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for windows-latest on 3.7
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top
Run tests for windows-latest on 3.6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for windows-latest on 3.6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for windows-latest on 3.6
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for windows-latest on 3.6
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top
Run tests for macos-latest on 3.6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for macos-latest on 3.6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for macos-latest on 3.6
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for macos-latest on 3.6
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top
Run tests for macos-latest on 3.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests for macos-latest on 3.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goanpeca/setup-miniconda@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests for macos-latest on 3.7
Warning: 'conda-forge' already in 'channels' list, moving to the top
Run tests for macos-latest on 3.7
Warning: 'opensourceeconomics' already in 'channels' list, moving to the top