Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
aidge
aidge_core
Merge requests
!27
Wrong gitlab runner for windows_python
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Wrong gitlab runner for windows_python
win_python
into
main
Overview
0
Commits
6
Pipelines
6
Changes
1
Merged
Olivier BICHLER
requested to merge
win_python
into
main
1 year ago
Overview
0
Commits
6
Pipelines
6
Changes
1
Expand
0
0
Merge request reports
Viewing commit
166e2677
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
166e2677
Fixed path
· 166e2677
Olivier BICHLER
authored
1 year ago
.gitlab/ci/build.gitlab-ci.yml
+
1
−
1
Options
@@ -148,7 +148,7 @@ build:windows_python:
-
venv\Scripts\Activate.ps1
# Numpy dependancy for unit test
-
python -m pip install numpy
-
export
AIDGE_INSTALL
=`pwd`/
install
-
$env:
AIDGE_INSTALL
= "$pwd" + "
install
"
-
python -m pip install .
artifacts
:
expire_in
:
1 week
Loading