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