Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-sardar committed Jun 3, 2023
1 parent 3c34211 commit b02bc54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: branch-check
run: |
if git ls-remote --exit-code --heads https://github.com/SwolfPy-Project/swolfpy-inputdata.git ${{ github.head_ref }}; then
echo "Branch exists."
echo "Branch ${{ github.head_ref }} exists."
echo "BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
else
echo "Branch does not exist. Falling back to 'master' branch."
Expand All @@ -43,7 +43,9 @@ jobs:
- name: Install swolfpy-inputdata from branch
run: |
echo ${{ env.BRANCH }}
echo "Test"
echo "${{ env.BRANCH }}"
echo "------------"
pip install git+https://github.com/SwolfPy-Project/swolfpy-inputdata.git@${{ env.BRANCH }}
- name: Install rest of dependencies
Expand Down

0 comments on commit b02bc54

Please sign in to comment.