Skip to content

Commit

Permalink
Merge pull request #801 from manics/echo-BOOTSTRAP_PIP_SPEC
Browse files Browse the repository at this point in the history
github workflow: echo $BOOTSTRAP_PIP_SPEC
  • Loading branch information
GeorgianaElena committed Apr 27, 2022
2 parents 4b6c332 + 30c5b51 commit bad6307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
# GitHub branch for example.
- name: Set BOOTSTRAP_PIP_SPEC value
run: |
echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV
BOOTSTRAP_PIP_SPEC="git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF"
echo "BOOTSTRAP_PIP_SPEC=$BOOTSTRAP_PIP_SPEC" >> $GITHUB_ENV
echo $BOOTSTRAP_PIP_SPEC
- name: Run basic tests (Runs in ubuntu:${{ matrix.ubuntu_version }} derived image)
Expand Down

0 comments on commit bad6307

Please sign in to comment.