Skip to content

Commit

Permalink
fix: psutil is a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jan 8, 2025
1 parent fac6338 commit de1f004
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pip install --upgrade poetry

- name: Install dependencies
run: poetry install --extras test
run: poetry install

- name: Run unittest
run: poetry run python -m unittest discover tests
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arpespythontools",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
Loading

0 comments on commit de1f004

Please sign in to comment.