Skip to content

Commit

Permalink
fixup! chore: improve github action test script
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Jul 26, 2024
1 parent 63d62e7 commit e789ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
else
echo "This is not a version bump commit. Installing the package from built wheel."
THIS_PACKAGE_WHL=$(poetry build -f wheel | grep whl | rev | cut -d' ' -f1 | rev)
pip install $THIS_PACKAGE_WHL
pip install ./dist/$THIS_PACKAGE_WHL
fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit e789ab4

Please sign in to comment.