Skip to content

Commit

Permalink
[update] change github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Aug 26, 2023
1 parent bd843bd commit 0948467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ Dex Retargeting
---
<p align="center">
<!-- code check badges -->
<a href='https://github.com/dexsuite/dex-retargeting/blob/main/.github/workflows/test.yml'>
<img src='https://github.com/dexsuite/dex-retargeting/blob/main/.github/workflows/test.yml/badge.svg' alt='Test Status' />
</a>
<!-- license badge -->
<a href="https://github.com/nerfstudio-project/nerfstudio/blob/master/LICENSE">
<a href="https://github.com/dexsuite/dex-retargeting/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue">
</a>
</p>
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pycollada",
]

test_requirements = [
dev_requirements = [
"pytest",
"black",
"isort",
Expand Down Expand Up @@ -79,7 +79,7 @@ def setup_package():
zip_safe=True,
install_requires=core_requirements,
extras_require={
"test": test_requirements,
"dev": dev_requirements,
},
classifiers=classifiers,
)
Expand Down

0 comments on commit 0948467

Please sign in to comment.