diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e290fcf81c..34b85a2740 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -38,13 +38,13 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install poetry - run: make install-poetry - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: poetry cache-dependency-path: ./poetry.lock + - name: Install poetry + run: make install-poetry - name: Install run: make install-dependencies - name: Linters