mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
[mypy] fix small folders 2 (#4293)
* Update perceptron.py * Update binary_tree_traversals.py * fix machine_learning * Update build.yml * Update perceptron.py * Update machine_learning/forecasting/run.py Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -38,10 +38,13 @@ jobs:
|
||||
genetic_algorithm
|
||||
geodesy
|
||||
knapsack
|
||||
machine_learning
|
||||
networking_flow
|
||||
neural_network
|
||||
quantum
|
||||
scheduling
|
||||
sorts
|
||||
traversals
|
||||
- name: Run tests
|
||||
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
|
||||
- if: ${{ success() }}
|
||||
|
||||
Reference in New Issue
Block a user