Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Oct 7, 2023
1 parent b07a574 commit c654a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/paddle_ci_test_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- ["3.10", "3.10.12", "paddlepaddle-0.0.0-cp310-cp310-macosx_13_6_x86_64.whl"]
- ["3.11", "3.11.6", "paddlepaddle-0.0.0-cp311-cp311-macosx_13_6_x86_64.whl"]
runs-on: ${{ matrix.os }}
name: linux-py${{ matrix.python-version-with-wheel[0] }}-test
name: macos-py${{ matrix.python-version-with-wheel[0] }}-test
steps:
- name: Checkout
uses: actions/checkout@v3

- name: init system
run: |
brew update
brew install wget curl git make cmake bzip2 neofetch libffi libsqlite3 -y
brew install -y wget curl git make cmake bzip2 neofetch libffi libsqlite3
- name: Build Python
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
cd Python-${{ matrix.python-version-with-wheel[1] }}/
./configure --enable-optimizations --enable-loadable-sqlite-extensions --with-ssl
make -j$(nproc)
sudo make install
make install
- name: install pip packages
run: |
Expand Down

0 comments on commit c654a46

Please sign in to comment.