Skip to content

Commit

Permalink
Fix: Try workflow fix for windows install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 1, 2023
1 parent 4ad3dfb commit 8d425e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:

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

0 comments on commit 8d425e9

Please sign in to comment.