Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
nomad-lab
nomad-FAIR
Commits
63634829
Commit
63634829
authored
9 months ago
by
Ahmed Ilyas
Browse files
Options
Downloads
Plain Diff
Merge branch 'use-uv-in-setup' into 'develop'
Use uv in `setup_dev_env.sh` See merge request
!2048
parents
10bf61a3
7e18eee1
No related branches found
No related tags found
1 merge request
!2048
Use uv in `setup_dev_env.sh`
Pipeline
#216432
failed
9 months ago
Stage: build
Stage: test
Stage: deploy
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/setup_dev_env.sh
+7
-2
7 additions, 2 deletions
scripts/setup_dev_env.sh
with
7 additions
and
2 deletions
scripts/setup_dev_env.sh
+
7
−
2
View file @
63634829
...
@@ -15,12 +15,17 @@ rm -rf nomad/app/static/docs
...
@@ -15,12 +15,17 @@ rm -rf nomad/app/static/docs
rm
-rf
nomad/app/static/gui
rm
-rf
nomad/app/static/gui
rm
-rf
site
rm
-rf
site
# Check if the 'uv' command is available
if
!
command
-v
uv &> /dev/null
;
then
pip
install
uv
fi
# Install nomad
# Install nomad
pip
install
-e
".[infrastructure,parsing,dev]"
-c
requirements-dev.txt
uv
pip
install
-e
".[infrastructure,parsing,dev]"
-c
requirements-dev.txt
# Install "default" plugins. TODO: This can be removed once we have proper
# Install "default" plugins. TODO: This can be removed once we have proper
# distributions projects.
# distributions projects.
pip
install
-r
default_plugins.txt
-c
requirements-dev.txt
uv
pip
install
-r
default_plugins.txt
-c
requirements-dev.txt
# Build documentation
# Build documentation
sh scripts/generate_docs_artifacts.sh
sh scripts/generate_docs_artifacts.sh
...
...
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