mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-11 21:18:29 +03:00
simplify
This commit is contained in:
30
.github/workflows/main.yml
vendored
30
.github/workflows/main.yml
vendored
@@ -29,42 +29,20 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: ['3.10']
|
||||
# python: ['3.7', '3.10']
|
||||
# task: # --show-capture=no on purpose
|
||||
# - name: Test
|
||||
# run: |
|
||||
# pytest --show-capture=no --color=yes tests/
|
||||
|
||||
include:
|
||||
# - python: '3.10'
|
||||
# task:
|
||||
# name: Lint
|
||||
# run: flake8 .
|
||||
|
||||
# - python: '3.10'
|
||||
# task:
|
||||
# name: Type check
|
||||
# run: mypy .
|
||||
|
||||
- python: '3.10'
|
||||
- python: "3.10"
|
||||
task:
|
||||
name: Build
|
||||
name: "Build"
|
||||
run: |
|
||||
python setup.py check
|
||||
python setup.py bdist_wheel sdist
|
||||
|
||||
- python: '3.10'
|
||||
- python: "3.10"
|
||||
task:
|
||||
name: Style
|
||||
name: "Style"
|
||||
run: |
|
||||
black --check .
|
||||
|
||||
# - python: '3.10'
|
||||
# task:
|
||||
# name: Docs
|
||||
# run: cd docs && make html
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user