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
51ac3a20
Unverified
Commit
51ac3a20
authored
2 years ago
by
Mashiro
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Fix pip upgrade CI (#622)
* try to fix * Add comments * Refine grammar
parent
c2982723
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/merge_stage_test.yml
+2
-1
2 additions, 1 deletion
.github/workflows/merge_stage_test.yml
.github/workflows/pr_stage_test.yml
+2
-1
2 additions, 1 deletion
.github/workflows/pr_stage_test.yml
with
4 additions
and
2 deletions
.github/workflows/merge_stage_test.yml
+
2
−
1
View file @
51ac3a20
...
...
@@ -159,7 +159,8 @@ jobs:
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
pip install pip --upgrade
# Windows CI could fail If we call `pip install pip --upgrade` directly.
run
:
python -m pip install pip --upgrade
-
name
:
Install PyTorch
run
:
pip install torch==1.8.1+${{matrix.platform}} torchvision==0.9.1+${{matrix.platform}} -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
-
name
:
Build MMEngine from source
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/pr_stage_test.yml
+
2
−
1
View file @
51ac3a20
...
...
@@ -108,7 +108,8 @@ jobs:
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
pip install pip --upgrade
# Windows CI could fail If we call `pip install pip --upgrade` directly.
run
:
python -m pip install pip --upgrade
-
name
:
Install PyTorch
run
:
pip install torch==1.8.1+${{matrix.platform}} torchvision==0.9.1+${{matrix.platform}} -f https://download.pytorch.org/whl/lts/1.8/torch_lts.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