Skip to content

Commit 2f8f918

Browse files
committed
Install poetry-dynamic-versioning plugin
1 parent bcbea8b commit 2f8f918

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Checkout 🛎️
2727
uses: actions/checkout@v4
28-
with:
29-
fetch-depth: 0
3028
- name: Set up Python 🐍
3129
uses: actions/setup-python@v5
3230
with:
@@ -41,6 +39,7 @@ jobs:
4139
run: |
4240
python -m pip install poetry
4341
poetry install --with dev
42+
poetry self add "poetry-dynamic-versioning[plugin]"
4443
- name: Install Django ${{ matrix.versions.djangoVersion }} 📦
4544
run: pip install Django==${{ matrix.versions.djangoVersion }}
4645
- name: Check types, syntax and duckstrings 🦆

0 commit comments

Comments
 (0)