Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltfatpy
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dev
ltfatpy
Commits
a8f4f1a2
Commit
a8f4f1a2
authored
8 months ago
by
Valentin Emiya
Browse files
Options
Downloads
Patches
Plain Diff
fix ci
parent
13612c8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#14356
failed
8 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a8f4f1a2
...
@@ -32,7 +32,7 @@ default:
...
@@ -32,7 +32,7 @@ default:
-
source venv/bin/activate
-
source venv/bin/activate
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install matplotlib numpy scipy six coverage pytest pytest-cov
-
pip install matplotlib numpy scipy six coverage pytest pytest-cov
-
dpkg -L python3-pytest | xargs file | grep executable
#
- dpkg -L python3-pytest | xargs file | grep executable
stages
:
stages
:
-
test
-
test
...
@@ -105,7 +105,7 @@ ubuntu:i686:
...
@@ -105,7 +105,7 @@ ubuntu:i686:
script
:
script
:
-
conda create -n py39 Python=3.9
-
conda create -n py39 Python=3.9
-
conda activate py39
-
conda activate py39
-
pip3 install -e . --no-deps
git
-
pip3 install -e . --no-deps
-
python3 -m pytest
-
python3 -m pytest
artifacts
:
artifacts
:
when
:
always
when
:
always
...
...
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