Skip to content

Commit 0217f43

Browse files
Provide default tag to versioningit
1 parent ba8aa43 commit 0217f43

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run tests
22
on: pull_request
33
jobs:
44
run-tests:
5-
name: Build distribution 📦
5+
name: Run tests
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
@@ -16,6 +16,6 @@ jobs:
1616
3.12
1717
3.13
1818
- name: Install requirements
19-
run: pip install pytest
19+
run: pip install -r requirements-dev.txt
2020
- name: Run tests
2121
run: python -m pytest tests

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ distance = "{base_version}"
5252
dirty = "{base_version}"
5353
distance-dirty = "{base_version}"
5454

55+
[tool.versioningit.vcs]
56+
default-tag = "test"
57+
5558
[tool.pytest.ini_options]
5659
addopts = [
5760
"--import-mode=importlib",

0 commit comments

Comments
 (0)