Skip to content

Commit

Permalink
Merge pull request #15 from openradar/add-git-history
Browse files Browse the repository at this point in the history
Make sure git history accessed
  • Loading branch information
mgrover1 authored Aug 17, 2023
2 parents 06f6520 + 412b2e3 commit 4c2539d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
hashFiles('ci/requirements/**.yml') }}

- name: Fetch all history for all tags and branches
run: |
git fetch --prune
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment.yml
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
'Tracker': 'https://github.com/openradar/cmweather/issues',
},
zip_safe=False,
use_scm_version={
'version_scheme': 'post-release',
'local_scheme': 'dirty-tag',
},
)

0 comments on commit 4c2539d

Please sign in to comment.