Skip to content

Commit

Permalink
Update action.yml: make pip install quiet again
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon authored Jul 27, 2024
1 parent 6bf5966 commit 31b673e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ runs:
# patch version release with an _even-numbered_ patch version
# release that is limited to documentation and `action.yml`.
#
# pip install git+https://github.com/arjun-menon/alteza.git@master
pip install alteza==0.7.9
# pip install -q git+https://github.com/arjun-menon/alteza.git@master
pip install -q alteza==0.7.9
- name: Generate
shell: bash
Expand Down

0 comments on commit 31b673e

Please sign in to comment.