run: python -m pip install poetry==1.3.2 - name: Configure poetry run: python -m poetry config virtualenvs.in-project true - name: Install python dependencies run: python -m poetry install - name: Build package