Skip to content

Commit

Permalink
github_actions: use unittest instead of nose
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Nov 3, 2023
1 parent 77e1f71 commit 759ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pymi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -r requirements.txt || exit /b
pip install nose testtools wheel || exit /b
pip install . || exit /b
nosetests wmi || exit /b
python -m unittest discover || exit /b
python setup.py bdist_wheel || exit /b
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 759ee66

Please sign in to comment.