diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4e59d..8af4ff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Get tags + run: git fetch --tags origin - uses: actions/setup-python@v4 with: python-version: '3.9'