Skip to content

Commit

Permalink
Merge branch 'master' of github.com:acostapazo/gradgpad
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Dec 19, 2020
2 parents 2b85f21 + bedf2f3 commit 64377b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
github_token: ${{ secrets.GIT_ACCESS_TOKEN }}
- name: Check pip installation
run: |
pip install petisco==${RELEASE_VERSION} || true
pip install petisco==${RELEASE_VERSION}
pip install ${PACKAGE_NAME}==${RELEASE_VERSION} || true
pip install ${PACKAGE_NAME}==${RELEASE_VERSION}

0 comments on commit 64377b6

Please sign in to comment.