diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 146b0c3..d27f7fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,8 @@ jobs: with: submodules: 'recursive' + - run: pipx install poetry + - name: Set up Python uses: actions/setup-python@v4 with: @@ -29,7 +31,6 @@ jobs: - name: Install dependencies shell: bash run: | - pipx install poetry==1.3.2 python -m venv venv source venv/bin/activate || source venv/Scripts/activate make build diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index e15d45d..1409b74 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -21,6 +21,8 @@ jobs: with: submodules: 'recursive' + - run: pipx install poetry + - name: Set up Python uses: actions/setup-python@v4 with: @@ -36,7 +38,6 @@ jobs: - name: Install dependencies shell: bash run: | - pipx install poetry source venv/bin/activate || source venv/Scripts/activate make build