Skip to content

Commit

Permalink
Fix: Try fix for running workflow on another branch than dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jun 9, 2023
1 parent 252001a commit cced0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install package
run: |
python -m pip install "aac-metrics[dev] @ git+https://github.com/Labbeti/aac-metrics@dev"
python -m pip install "aac-metrics[dev] @ git+https://github.com/Labbeti/aac-metrics@${GITHUB_REF##*/}"
- name: Load cache of external code and data
uses: actions/cache@master
Expand Down

0 comments on commit cced0b0

Please sign in to comment.