Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
1e925a05
"docs/vscode:/vscode.git/clone" did not exist on "3549c57bc3745cb4e372a526386bcd1b69fc2d61"
Unverified
Commit
1e925a05
authored
Dec 08, 2020
by
Wenwei Zhang
Committed by
GitHub
Dec 08, 2020
Browse files
Skip pat build in PR (#699)
* skip pat build in PR * rename
parent
c9f96855
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
15 deletions
+25
-15
.github/workflows/build.yml
.github/workflows/build.yml
+0
-15
.github/workflows/build_pat.yml
.github/workflows/build_pat.yml
+25
-0
No files found.
.github/workflows/build.yml
View file @
1e925a05
...
@@ -231,18 +231,3 @@ jobs:
...
@@ -231,18 +231,3 @@ jobs:
run
:
|
run
:
|
# The timing on macos VMs is not precise, so we skip the progressbar tests
# The timing on macos VMs is not precise, so we skip the progressbar tests
pytest tests/ --ignore tests/test_utils/test_progressbar.py --ignore tests/test_utils/test_timer.py
pytest tests/ --ignore tests/test_utils/test_progressbar.py --ignore tests/test_utils/test_timer.py
build_parrots
:
runs-on
:
ubuntu-latest
container
:
image
:
ghcr.io/sunnyxiaohu/parrots-mmcv:1.2.1
credentials
:
username
:
sunnyxiaohu
password
:
${{ secrets.CR_PAT }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install unittest dependencies
run
:
pip install -r requirements/test.txt
-
name
:
Build and install
run
:
rm -rf .eggs && MMCV_WITH_OPS=1 pip install -e .
.github/workflows/build_pat.yml
0 → 100644
View file @
1e925a05
name
:
build_pat
on
:
push
:
branches
:
-
master
env
:
MMCV_WITH_OPS
:
1
jobs
:
build_parrots
:
runs-on
:
ubuntu-latest
container
:
image
:
ghcr.io/sunnyxiaohu/parrots-mmcv:1.2.1
credentials
:
username
:
sunnyxiaohu
password
:
${{ secrets.CR_PAT }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install unittest dependencies
run
:
pip install -r requirements/test.txt
-
name
:
Build and install
run
:
rm -rf .eggs && MMCV_WITH_OPS=1 pip install -e .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment