mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 07:26:01 +00:00
Update gh action version
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ coverage: ## Run tests with coverage
|
|||||||
@coverage run -m unittest -v stree.tests
|
@coverage run -m unittest -v stree.tests
|
||||||
@coverage report -m
|
@coverage report -m
|
||||||
|
|
||||||
lint: ## Lint and static-check
|
lint: ## Lint source files
|
||||||
@black stree
|
@black stree
|
||||||
@flake8 stree
|
@flake8 stree
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user