Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Merge requests
!606
Release2.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release2.3
release2.3
into
develop
Overview
0
Commits
11
Pipelines
3
Changes
12
Merged
David Schäfer
requested to merge
release2.3
into
develop
2 years ago
Overview
0
Commits
11
Pipelines
3
Changes
12
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 2
6c1c3268
2 years ago
version 1
f96d07ca
2 years ago
develop (base)
and
latest version
latest version
7d906ae2
11 commits,
2 years ago
version 2
6c1c3268
10 commits,
2 years ago
version 1
f96d07ca
9 commits,
2 years ago
12 files
+
40
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/main.yml
+
7
−
7
Options
@@ -29,7 +29,7 @@ jobs:
fail-fast
:
false
matrix
:
os
:
[
"
windows-latest"
,
"
ubuntu-latest"
,
"
macos-latest"
]
python-version
:
[
"
3.7"
,
"
3.8"
,
"
3.9"
,
"
3.10"
]
python-version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
defaults
:
run
:
# somehow this also works for windows O.o ??
@@ -61,11 +61,11 @@ jobs:
pytest tests dios/test -Werror
python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
-
name
:
run doc tests
run
:
|
cd docs
pip install -r requirements.txt
make doc
make test
#
- name: run doc tests
#
run: |
#
cd docs
#
pip install -r requirements.txt
#
make doc
#
make test
Loading