Skip to content

Commit

Permalink
Fix testing commands of mim in CI (open-mmlab#8240)
Browse files Browse the repository at this point in the history
* fix typo

* fix metafile
  • Loading branch information
chhluo authored and triple-Mu committed Nov 5, 2022
1 parent 910a03b commit 592bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Build and install
run: rm -rf .eggs && mim install -e .
- name: test commands of mim
run: mim search mmdetection
run: mim search mmdet

0 comments on commit 592bcfa

Please sign in to comment.