Skip to content

Commit

Permalink
Add: Note in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jun 9, 2023
1 parent cced0b0 commit 4f9e2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
java-package: jre

- name: Install package
# note: ${GITHUB_REF##*/} gives the branch name
run: |
python -m pip install "aac-metrics[dev] @ git+https://github.com/Labbeti/aac-metrics@${GITHUB_REF##*/}"
Expand Down

0 comments on commit 4f9e2da

Please sign in to comment.