Skip to content

Commit

Permalink
Install poetry-dynamic-versioning plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 9, 2024
1 parent bcbea8b commit 2f8f918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
Expand All @@ -41,6 +39,7 @@ jobs:
run: |
python -m pip install poetry
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Install Django ${{ matrix.versions.djangoVersion }} 📦
run: pip install Django==${{ matrix.versions.djangoVersion }}
- name: Check types, syntax and duckstrings 🦆
Expand Down

0 comments on commit 2f8f918

Please sign in to comment.