File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 --cov=. .
4040 - if : ${{ success() }}
4141 run : scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
42+
43+ claude-autofix :
44+ needs : build
45+ if : failure()
46+ uses : evan-m-jackson/claude-pipelines/.github/workflows/claude-autofix-on-failure.yml@main
47+ with :
48+ setup_command : >-
49+ sudo apt-get update -qq &&
50+ sudo apt-get install -y libhdf5-dev &&
51+ curl -LsSf https://astral.sh/uv/install.sh | sh &&
52+ echo "$HOME/.local/bin" >> "$GITHUB_PATH" &&
53+ "$HOME/.local/bin/uv" sync --group=test
54+ test_command : >-
55+ uv run --with=pytest-run-parallel pytest
56+ --iterations=8 --parallel-threads=auto
57+ --ignore=computer_vision/cnn_classification.py
58+ --ignore=docs/conf.py
59+ --ignore=dynamic_programming/k_means_clustering_tensorflow.py
60+ --ignore=machine_learning/local_weighted_learning/local_weighted_learning.py
61+ --ignore=machine_learning/lstm/lstm_prediction.py
62+ --ignore=neural_network/input_data.py
63+ --ignore=project_euler/
64+ --ignore=quantum/q_fourier_transform.py
65+ --ignore=scripts/validate_solutions.py
66+ --ignore=web_programming/current_stock_price.py
67+ --ignore=web_programming/fetch_anime_and_play.py
68+ --cov-report=term-missing:skip-covered
69+ --cov=. .
70+ model : claude-sonnet-4-6
71+ min_confidence : medium
72+ secrets :
73+ anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
You can’t perform that action at this time.
0 commit comments