chore: Test actual source dist

This commit is contained in:
Serg Tereshchenko 2022-05-15 08:38:55 +03:00
parent ab66e8d2f7
commit ad2ca8bb5f

View file

@ -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: