Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use latest
  • Loading branch information
zhouzaida committed May 10, 2023
commit 36c8a76045aa184ea8f369c157006655f0e3830b
4 changes: 1 addition & 3 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# - name: Run unit tests
# run: pytest tests --ignore=tests/test_ops --ignore tests/test_image/test_io.py
build_windows:
runs-on: windows-2019
runs-on: windows-latest
strategy:
matrix:
torch: [1.8.1, 2.0.0]
Expand All @@ -148,8 +148,6 @@ jobs:
run: pip install git+https://github.com/open-mmlab/mmengine.git@main
- name: Install ninja to speed the compilation
run: pip install ninja psutil
- name: print cl
run: cl
- name: Build MMCV from source
run: pip install -e . -v
- name: Install unit tests dependencies
Expand Down