Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Remove irrelevant make command #125

Merged
merged 1 commit into from
Feb 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ install: clean ## install the package to the active Python's site-packages
mypy: ## run type hinting check
poetry run mypy --config-file mypy.ini .

validate-cci: ## validate circleci config (requires circleci executable to be configured)
circleci config validate

test-cov: ## run the tests with coverage turned on
poetry run pytest --cov=. --cov-branch -v --durations=25

Expand Down Expand Up @@ -75,4 +72,4 @@ resetlock: ## reset the poetry lock file from main
poetry lock --no-update

colima: ## start up colima to run oracle images on ARM chips
colima start --arch x86_64 --memory 4
colima start --arch x86_64 --memory 4