diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5f4cab34ed47b5..5e3e7fe4af8af0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -246,7 +246,7 @@ jobs: fi if [[ ${{ matrix.config.os }} = macos* ]]; then brew install ${{ matrix.config.packages }} - pip3.8 install ds_store mac_alias + pip install ds_store mac_alias fi - name: ccache cache files @@ -379,7 +379,7 @@ jobs: if [[ ${{ matrix.config.os }} = macos* ]]; then brew install ${{ matrix.config.packages }} fi - pip3.10 install pyzmq + pip install pyzmq - name: Download Build Artifact uses: actions/download-artifact@v4 @@ -755,7 +755,7 @@ jobs: if [[ ${{ matrix.config.os }} = macos* ]]; then brew install ${{ matrix.config.packages }} fi - pip3.10 install pyzmq + pip install pyzmq - name: Download Build Artifact uses: actions/download-artifact@v4