Skip to content

Commit

Permalink
edit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jun 25, 2023
1 parent db3f546 commit 632c3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Install dependencies
run: make install_requirements

- name: lint
run: make lint_flake8
- name: flake8
run: make run_flake8

- name: Run tests
run: make test-coverage
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ run-flake8:
#flake8 tests/*.py

# lint
.PHONY: lint_flake8
.PHONY: run_flake8
lint:
@echo "flake8..."
@flake8 neural_network_model/*.py
Expand Down

0 comments on commit 632c3e7

Please sign in to comment.