mirror of https://github.com/open-mmlab/mmcv.git
Add parrots ci (#662)
* add parrots ci * update with ops build * Update build.yml * cridents env * Update build.ymlpull/752/head^2
parent
d2fa1abc53
commit
23ecd83d59
|
@ -231,3 +231,18 @@ jobs:
|
|||
run: |
|
||||
# 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
|
||||
|
||||
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 .
|
||||
|
|
Loading…
Reference in New Issue