Skip to content
Snippets Groups Projects
Verified Commit 6817310d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove obsolete dependencies installation

parent 6f2329c2
No related branches found
No related tags found
No related merge requests found
Pipeline #26384 passed
...@@ -35,9 +35,6 @@ docstyle: ...@@ -35,9 +35,6 @@ docstyle:
lint: lint:
py.test --pylint py.test --pylint
dependencies:
pip install -Ur requirements.txt
.PHONY: black .PHONY: black
black: black:
black --exclude '/_definitions/|version.py' src/km3io black --exclude '/_definitions/|version.py' src/km3io
...@@ -55,4 +52,4 @@ black-check: ...@@ -55,4 +52,4 @@ black-check:
black --check setup.py black --check setup.py
.PHONY: all clean install install-dev test test-nocov flake8 pep8 dependencies docstyle black black-check .PHONY: all clean install install-dev test test-nocov flake8 pep8 docstyle black black-check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment