diff --git a/.github/workflows/poetry-install.yaml b/.github/workflows/poetry-install.yaml index 7547e39..eb51786 100644 --- a/.github/workflows/poetry-install.yaml +++ b/.github/workflows/poetry-install.yaml @@ -15,4 +15,4 @@ jobs: python3 -m venv $POETRY_HOME $POETRY_HOME/bin/pip install poetry==1.2.0 - name: Build Artifact - run: poetry build \ No newline at end of file + run: $POETRY_HOME/bin/poetry build \ No newline at end of file