fix GitHub actions

This commit is contained in:
Dmitry Afanasyev 2023-08-27 23:21:46 +03:00
parent e9fea9bc58
commit 8bc9a22054

View File

@ -24,7 +24,7 @@ jobs:
id: setup-python id: setup-python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.11.5' python-version: '3.11.4'
#---------------------------------------------- #----------------------------------------------
# ----- install & configure poetry ----- # ----- install & configure poetry -----
#---------------------------------------------- #----------------------------------------------