Skip to content

Require label of Node to be given #124

Require label of Node to be given

Require label of Node to be given #124

Triggered via pull request December 19, 2023 09:24
Status Success
Total duration 47s
Artifacts

tox_checks.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
/home/runner/work/oemof-network/oemof-network/tests/test_network_classes.py#L361
node1 = Node( "n1", custom_properties={ "foo": "bar", 1: 2, - } + }, ) assert node1.custom_properties["foo"] == "bar" assert node1.custom_properties[1] == 2
clean
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/