Skip to content

Commit

Permalink
fixing release version extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 21, 2022
1 parent d7cde88 commit 5101d90
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 @@ -37,7 +37,7 @@ jobs:
python-version: "${{ matrix.python }}"
- name: Set Jasmin release version in env
run: |
echo "$(python setup.py --version)" >> $JASMIN_RELEASE
echo "JASMIN_RELEASE=$(python setup.py --version)" >> $JASMIN_RELEASE
echo "Building Jasmin $JASMIN_RELEASE"
- name: Install pip
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 5101d90

Please sign in to comment.