Date to datetime #23
heat-stack.yml
on: pull_request
⬣ Heat-Stack - ESLint
37s
ʦ Heat-Stack - TypeScript
45s
⚡ Heat-Stack - Vitest pyodide.test.ts
50s
Matrix: Rules Engine - Build
Matrix: Rules Engine - Lint
Matrix: Rules Engine - Mypy
Matrix: Rules Engine - Pytest
🚀 Heat-Stack - Deploy
0s
Annotations
2 errors and 10 warnings
app/utils/pyodide.test.ts > pyodide solves climate change:
heat-stack/app/utils/pyodide.test.ts#L250
PythonError: Traceback (most recent call last):
File "<exec>", line 19, in execute
File "/lib/python3.11/site-packages/pydantic/main.py", line 164, in __init__
__pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 32 validation errors for TemperatureInput
dates.0
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-20', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.1
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-21', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.2
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-22', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.3
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-23', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.4
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-24', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.5
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-25', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.6
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-26', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.7
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-27', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.8
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-28', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.9
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-29', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.10
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-30', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.11
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-31', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.12
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-01', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.13
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-02', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.14
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-03', input_type=str]
|
⚡ Heat-Stack - Vitest pyodide.test.ts
Process completed with exit code 1.
|
Rules Engine - Lint (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rules Engine - Build (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rules Engine - Pytest (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
⬣ Heat-Stack - ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistoryChart.tsx#L18
`@faker-js/faker` import should occur before import of `zod`
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/table.tsx#L4
`class-variance-authority` import should occur before import of `react`
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/table.tsx#L4
Imports "VariantProps" are only used as type
|
Rules Engine - Mypy (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ʦ Heat-Stack - TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
⚡ Heat-Stack - Vitest pyodide.test.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
python-rules-engine-wheel
Expired
|
89.8 KB |
|