Skip to content

Commit

Permalink
rm mac python sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Oct 8, 2023
1 parent a717bc3 commit dccdf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paddle_ci_test_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
wget --no-verbose https://www.python.org/ftp/python/${{ matrix.python-version-with-wheel[1] }}/Python-${{ matrix.python-version-with-wheel[1] }}.tgz
tar -zvxf Python-${{ matrix.python-version-with-wheel[1] }}.tgz
cd Python-${{ matrix.python-version-with-wheel[1] }}/
./configure --enable-optimizations --enable-loadable-sqlite-extensions --with-ssl
./configure --enable-optimizations --with-ssl
make -j$(nproc)
make install
Expand Down

0 comments on commit dccdf8b

Please sign in to comment.