Skip to content

Commit

Permalink
checkout tags on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 25, 2024
1 parent bee07b0 commit 9667c46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ readme = {content-type = "text/x-rst", file = "README.rst"}
requires-python = ">=3.9"

[project.optional-dependencies]
# Dependencies for developer installations
dev = ["ipykernel", "ipython", "pyprep[test,docs]"]
docs = [
"intersphinx_registry",
Expand Down

0 comments on commit 9667c46

Please sign in to comment.