Skip to content

Commit

Permalink
refine integration test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Jan 24, 2024
1 parent 6ba0b4c commit 4bb3a54
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- '3.11'
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-latest

steps:
Expand All @@ -45,13 +44,6 @@ jobs:
brew install imagemagick geos bash # opencv
fi
make install deps-test
- name: Test with pytest
- name: Test network integration with pytest
run: |
make test integration-test
- name: Lint with flake8
run: |
python -m pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 src --count --exit-zero --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 comments on commit 4bb3a54

Please sign in to comment.