Skip to content

Commit

Permalink
fix python install in prepare release job in make_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 30, 2023
1 parent 6907ba8 commit 6e18bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
pip install --upgrade pip
pip install black build twine
pip install .
pip install ".[lint, test]"
- name: Update version
id: version
Expand Down

0 comments on commit 6e18bad

Please sign in to comment.