We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbea8b commit 2f8f918Copy full SHA for 2f8f918
.github/workflows/deploy.yml
@@ -25,8 +25,6 @@ jobs:
25
steps:
26
- name: Checkout 🛎️
27
uses: actions/checkout@v4
28
- with:
29
- fetch-depth: 0
30
- name: Set up Python 🐍
31
uses: actions/setup-python@v5
32
with:
@@ -41,6 +39,7 @@ jobs:
41
39
run: |
42
40
python -m pip install poetry
43
poetry install --with dev
+ poetry self add "poetry-dynamic-versioning[plugin]"
44
- name: Install Django ${{ matrix.versions.djangoVersion }} 📦
45
run: pip install Django==${{ matrix.versions.djangoVersion }}
46
- name: Check types, syntax and duckstrings 🦆
0 commit comments