Skip to content

Commit

Permalink
Referencing env var in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 21, 2022
1 parent 4c5d6ae commit 5b206f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set Jasmin release version in env
run: |
echo "JASMIN_RELEASE=$(python setup.py --version)" >> $GITHUB_ENV
echo "Building Jasmin $JASMIN_RELEASE"
echo "Building Jasmin ${{ env.JASMIN_RELEASE }}"
- name: Install pip
run: python -m pip install --upgrade pip
- name: Install production dependencies
Expand Down

0 comments on commit 5b206f0

Please sign in to comment.