Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
fb5b9d37
Commit
fb5b9d37
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
remove install check
parent
f2223566
No related branches found
No related tags found
1 merge request
!277
Add a series of bdt dev commands to help in local development
Pipeline
#58926
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/scripts/development.py
+0
-5
0 additions, 5 deletions
bob/devtools/scripts/development.py
with
0 additions
and
5 deletions
bob/devtools/scripts/development.py
+
0
−
5
View file @
fb5b9d37
...
@@ -12,14 +12,9 @@ from pkg_resources import iter_entry_points
...
@@ -12,14 +12,9 @@ from pkg_resources import iter_entry_points
)
)
def
install
(
folders
):
def
install
(
folders
):
"""
runs pip install -vvv --no-build-isolation --no-dependencies --editable <folder>
"""
"""
runs pip install -vvv --no-build-isolation --no-dependencies --editable <folder>
"""
import
os
import
subprocess
import
subprocess
for
folder
in
folders
:
for
folder
in
folders
:
if
not
os
.
path
.
exists
(
os
.
path
.
join
(
folder
,
"
setup.py
"
)):
raise
click
.
ClickException
(
"
Folder does not contain a setup.py: %s
"
%
folder
)
# call pip
# call pip
subprocess
.
check_call
(
subprocess
.
check_call
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment