mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-28 00:44:43 +00:00
chore: Test actual source dist
This commit is contained in:
parent
ab66e8d2f7
commit
ad2ca8bb5f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/github-actions.yml
vendored
4
.github/workflows/github-actions.yml
vendored
|
|
@ -42,7 +42,9 @@ jobs:
|
|||
- name: Install package
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
python setup.py sdist
|
||||
pip install dist/*
|
||||
|
||||
Test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue