Skip to content

Commit

Permalink
Try and get the build to work with setuptools-scm by explicitly fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jun 9, 2022
1 parent f69fae8 commit 7683735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

container: ${{ matrix.container }}
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Fetch tags
run: git fetch --tags origin
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 7683735

Please sign in to comment.