mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Merge pull request #23243 from mvdbeek/packaging-followup
[26.1] Drop unused _setup-dev-venv rule from package Makefiles
This commit is contained in:
@@ -73,9 +73,6 @@ _lint:
|
||||
|
||||
lint: _setup-lint-venv _lint
|
||||
|
||||
_setup-dev-venv:
|
||||
uv pip install -r dev-requirements.txt
|
||||
|
||||
lint-dist:
|
||||
uvx --with-requirements dev-requirements.txt --from twine twine check $(DIST)/*
|
||||
|
||||
|
||||
@@ -80,9 +80,6 @@ _mypy:
|
||||
|
||||
mypy: _setup-mypy-venv _mypy
|
||||
|
||||
_setup-dev-venv:
|
||||
uv pip install -r dev-requirements.txt
|
||||
|
||||
lint-dist:
|
||||
uvx --with-requirements dev-requirements.txt --from twine twine check $(DIST)/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user