Skip to content

update business_days_between() to work on older spark versions (#121) #12

update business_days_between() to work on older spark versions (#121)

update business_days_between() to work on older spark versions (#121) #12

Triggered via push September 26, 2023 03:19
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Ruff (E711): quinn/functions.py#L234
quinn/functions.py:234:25: E711 Comparison to `None` should be `cond is None`
Ruff (F841): tests/test_functions.py#L315
tests/test_functions.py:315:5: F841 Local variable `actual_df` is assigned to but never used
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/