Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IDEA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
IDEA
Merge requests
!1
CI/CD
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI/CD
hruskraj-ci/cd
into
devel
Overview
0
Commits
4
Pipelines
1
Changes
2
Merged
Rajmund Hruška
requested to merge
hruskraj-ci/cd
into
devel
2 years ago
Overview
0
Commits
4
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
b89dbb07
Prev
Next
Show latest version
2 files
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b89dbb07
Add requirements-dev
· b89dbb07
Rajmund Hruška
authored
2 years ago
Makefile
+
6
−
1
Options
@@ -105,7 +105,12 @@ show-version: FORCE
#-------------------------------------------------------------------------------
deps
:
deps-python
deps
:
deps-python deps-python-dev
deps-python-dev
:
FORCE
@
echo
"
\n
$(
GREEN
)
*** Installing Python development dependencies ***
$(
NC
)
\n
"
@
pip3
install
-r
requirements-dev.pip
deps-python
:
FORCE
@
echo
"
\n
${
GREEN
}
*** Installing Python dependencies ***
${
NC
}
\n
"
Loading