diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 412be21f..29c2600e 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -28,6 +28,10 @@ jobs: with: python-version: ${{ matrix.python }} + - name: Install build dependencies + run: | + pip install setuptools + - name: Install lib run: | python setup.py develop @@ -55,6 +59,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} + + - name: Install build dependencies + run: | + pip install setuptools - name: Install lib run: | @@ -82,6 +90,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} + + - name: Install build dependencies + run: | + pip install setuptools - name: Install lib run: | @@ -114,6 +126,7 @@ jobs: - name: Build lib run: | + pip install setuptools pip install wheel python setup.py develop python setup.py bdist_wheel @@ -146,6 +159,7 @@ jobs: - name: Build lib run: | + pip install setuptools pip install wheel python setup.py develop python setup.py bdist_wheel