Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed May 4, 2024
1 parent e6acd5d commit 54464ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54464ff

Please sign in to comment.