Skip to content

Commit c7dd566

Browse files
committed
update deploy changing mysql kernel installation
1 parent ef90b4e commit c7dd566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mysql password: $123456789 # Required if "mysql user" exists. The password for the "mysql user"
5454
- name: Install mysql kernel
5555
run: |
56-
pip install git+git://github.com/Hourout/mysql_kernel.git
56+
pip install mysql_kernel
5757
python -m mysql_kernel.install
5858
# Build the book
5959
- name: Build the book

0 commit comments

Comments
 (0)