diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 55b8c400..c65ebae2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: npm i && pip3 install poetry + run: npm i && pipx install poetry - name: Build release run: npm run release