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
112dc2b9
Commit
112dc2b9
authored
2 months ago
by
Ahmed Ilyas
Browse files
Options
Downloads
Patches
Plain Diff
Use newer version of setuptools
Changelog: changed
parent
fcd4c786
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2426
Use newer version of setuptools
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
112dc2b9
...
...
@@ -338,7 +338,7 @@ python package install tests:
uv venv -p $PYTHON_VERSION
uv pip install dist/nomad
-
*.tar.gz
uv pip install dist/nomad
_
*.tar.gz
./.venv/bin/python -c 'import nomad.cli'
./.venv/bin/python -c 'from nomad.client import ArchiveQuery'
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
112dc2b9
[build-system]
requires
=
[
"setuptools
<69.3.0
"
,
"setuptools-scm"
]
requires
=
["setuptools
>
=
77
", "
setuptools-scm
"]
build-backend
=
"setuptools.build_meta"
[project]
...
...
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