Skip to content

Commit

Permalink
Remove some Chinese issue_template and redundant workflow (#31)
Browse files Browse the repository at this point in the history
* remove some Chinese issue_template and redundant workflow

* update deploy.yml
  • Loading branch information
humu789 authored Dec 31, 2021
1 parent 4611be2 commit 87f6217
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 130 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/----.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/---.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/---bug.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ The command you executed.
```

### Post related information
1. The output of `pip list | grep "mmcv\|mmcls\|^torch"`
1. The output of `pip list | grep "mmcv\|mmrazor\|^torch"`
[here]
2. Your config file if you modified it or created a new one.
```python
[here]
```
3. Your train log file if you meet the problem during training.
[here]
4. Other code you modified in the `mmcls` folder.
4. Other code you modified in the `mmrazor` folder.
[here]

### Additional context
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: deploy

on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-n-publish:
runs-on: ubuntu-latest
Expand All @@ -12,7 +16,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Build MMClassification
- name: Build MMRAZOR
run: |
pip install wheel
python setup.py sdist bdist_wheel
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

0 comments on commit 87f6217

Please sign in to comment.