We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae9f4 commit 7849f5dCopy full SHA for 7849f5d
.github/workflows/lint.yaml
@@ -28,3 +28,5 @@ jobs:
28
poetry install
29
- name: Run Ruff
30
run: poetry run ruff check --output-format=github
31
+ - name: Run tests under Python ${{ matrix.python-version }}
32
+ run: poetry run make test
Makefile
@@ -19,9 +19,6 @@ test:
19
tox-test:
20
tox -q
21
22
-local_ci:
23
- circleci local execute
24
-
25
build:
26
python build_hu.py
27
0 commit comments