Skip to content

Commit

Permalink
Update path to source code in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jun 25, 2024
1 parent 2d6289c commit 7534686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT=pooch
TESTS=tests
PYTEST_ARGS=--cov-config=.coveragerc --cov-report=term-missing --cov=$(PROJECT) --doctest-modules -v --pyargs
LINT_FILES=$(PROJECT)
CHECK_STYLE=$(PROJECT) doc
CHECK_STYLE=src/$(PROJECT) doc

.PHONY: help build install test format check check-format check-style lint clean

Expand Down

0 comments on commit 7534686

Please sign in to comment.