Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
caosdb
Software
CaosDB Crawler
Commits
1978b788
Verified
Commit
1978b788
authored
10 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Pipeline.
parent
61ce4dbb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!178
FIX: #96 Better error output for crawl.py script.
,
!171
sav/spss converter
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-7
6 additions, 7 deletions
.gitlab-ci.yml
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
7
View file @
1978b788
...
...
@@ -161,19 +161,18 @@ unittest_py3.13:
image
:
python:3.13-rc
script
:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# TODO Remove the "!" after 3.13 release, which serves as an xfail
-
apt update && apt install -y cargo
# install dependencies
-
pip install pytest pytest-cov
# TODO: Use f-branch logic here
-
!
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
# TODO Remove the "!" after 3.13 release, which serves as an xfail
-
!
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
-
!
pip install .[h5_crawler,spss]
-
(! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev)
-
(! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev)
-
(! pip install .[h5_crawler,spss])
# actual test
-
!
caosdb-crawler --help
-
!
pytest --cov=caosdb -vv ./unittests
-
(
! caosdb-crawler --help
)
-
(
! pytest --cov=caosdb -vv ./unittests
)
inttest
:
tags
:
[
docker
]
services
:
...
...
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