Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
MPSD Computational Science
mpsd-software-manager
Merge requests
!81
Remove redundant deps from pyptojet.toml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove redundant deps from pyptojet.toml
simplify-deps
into
main
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Ashwin Kumar Karnad
requested to merge
simplify-deps
into
main
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 1
a3d7a33b
1 year ago
main (base)
and
latest version
latest version
4cd478da
2 commits,
1 year ago
version 1
a3d7a33b
1 commit,
1 year ago
2 files
+
2
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
5
Options
@@ -29,7 +29,7 @@ stages:
-
echo "Install Python3"
-
apt-get update
-
apt-get install -y python3 python3-venv
python3-rich
-
apt-get install -y python3 python3-venv
-
python3 -m venv --help
-
python3 -m venv venv
-
source venv/bin/activate
@@ -39,13 +39,10 @@ stages:
-
echo "Install Python dependencies for running the tests"
-
pip install -U pip
-
pip --version
-
pip install pytest black ruff archspec
-
pip install .[dev]
-
echo "Diagnostics - which versions are we using"
-
python3 --version
-
pytest --version
-
black --version
-
ruff --version
-
echo "Install additional packages we need to run spack-setup.sh"
-
apt-get install -y git rsync
Loading