Merge pull request #801 from manics/echo-BOOTSTRAP_PIP_SPEC

github workflow: echo $BOOTSTRAP_PIP_SPEC
This commit is contained in:
Georgiana Elena
2022-04-27 15:21:58 +03:00
committed by GitHub

View File

@@ -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)