Skip to content

Commit

Permalink
ci: use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 2, 2021
1 parent 69c3d6a commit 47fb847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -57,4 +59,4 @@ jobs:
if: runner.os == 'macOS'
working-directory: ./build-recipes
run: |
bash ./macos_build_app.sh PyJibe $(git describe --tags)
bash ./macos_build_app.sh PyJibe $(python -m pyjibe --version)

0 comments on commit 47fb847

Please sign in to comment.