Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICV-mmengine_basecode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Florian Schiffel
ICV-mmengine_basecode
Commits
0e5f9da6
Unverified
Commit
0e5f9da6
authored
1 year ago
by
Mashiro
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[Fix] Fix merge ci (#1089)
* fix main ci * Fix * Fix * Fix
parent
be347df7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/merge_stage_test.yml
+4
-0
4 additions, 0 deletions
.github/workflows/merge_stage_test.yml
.github/workflows/pr_stage_test.yml
+2
-0
2 additions, 0 deletions
.github/workflows/pr_stage_test.yml
with
6 additions
and
0 deletions
.github/workflows/merge_stage_test.yml
+
4
−
0
View file @
0e5f9da6
...
...
@@ -86,6 +86,8 @@ jobs:
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
python -m pip install pip --upgrade
-
name
:
Upgrade wheel
run
:
python -m pip install wheel --upgrade
-
name
:
Install PyTorch
run
:
pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
-
name
:
Build MMEngine from source
...
...
@@ -239,6 +241,8 @@ jobs:
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
pip install pip --upgrade
-
name
:
Upgrade wheel
run
:
pip install wheel --upgrade
-
name
:
Install PyTorch
run
:
pip install torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}
-
name
:
Build MMEngine from source
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/pr_stage_test.yml
+
2
−
0
View file @
0e5f9da6
...
...
@@ -34,6 +34,8 @@ jobs:
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
python -m pip install pip --upgrade
-
name
:
Upgrade wheel
run
:
python -m pip install wheel --upgrade
-
name
:
Install PyTorch
run
:
pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
-
name
:
Build MMEngine from source
...
...
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