Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Maas committed Sep 2, 2022
1 parent 07b69a4 commit 50b94a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/run-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
- name: Formatting check
run: |
source .venv/bin/activate
ls -al
make check
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ check: ## Check code formatting using isort, black, flake8 and mypy.

test: ## Test the code with pytest
@echo "🚀 Testing code: Running pytest"
@pytest --doctest-modules
@pytest -v --doctest-modules

build: clean-build ## Build wheel file using poetry
@echo "🚀 Creating wheel file"
Expand Down

0 comments on commit 50b94a8

Please sign in to comment.