Fixed deployment pipeline (Python version)

This commit is contained in:
Alex Root Junior 2022-10-02 19:33:17 +03:00
parent f90c955b15
commit 1fa7fae6b3
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install and configure Poetry
uses: snok/install-poetry@v1