Fixed float python version

This commit is contained in:
Alex Root Junior 2022-03-26 18:49:50 +02:00
parent 87a44f5f93
commit 6a9c70afe2
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install towncrier
run: pip install towncrier