Skip to content

Create ci-cd.yml

Create ci-cd.yml #1

Triggered via push October 19, 2024 02:24
Status Failure
Total duration 16s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Ruff: experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb#L79
experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb:1:1: SyntaxError: Expected ':', found newline
Ruff: experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb#L178
experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb:1:1: SyntaxError: Unexpected indentation
Ruff: experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb#L185
experiments/ch2_bandits/notebooks/RL-greedy_epsilon_bandit.ipynb:1:1: SyntaxError: Expected a statement
Ruff (F401): experiments/ch2_bandits/notebooks/prototype_bandits.ipynb#L3
experiments/ch2_bandits/notebooks/prototype_bandits.ipynb:1:1: F401 `logging` imported but unused
Ruff (F401): experiments/ch2_bandits/notebooks/prototype_bandits.ipynb#L4
experiments/ch2_bandits/notebooks/prototype_bandits.ipynb:1:1: F401 `pandas` imported but unused
Ruff (F401): experiments/ch2_bandits/notebooks/prototype_bandits.ipynb#L5
experiments/ch2_bandits/notebooks/prototype_bandits.ipynb:1:1: F401 `numpy` imported but unused
Ruff (F401): tests/test_bandits.py#L5
tests/test_bandits.py:5:28: F401 `pandas.testing.assert_series_equal` imported but unused
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/