diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a946c355..756299e2 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -92,9 +92,9 @@ jobs: with: python-version: ${{ matrix.python }} - - name: Install build dependencies - run: | - pip install setuptools + - name: Install build dependencies + run: | + pip install setuptools - name: Install lib run: |