Skip to content

Commit

Permalink
Workflow Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Tiwari authored and Harsh Tiwari committed Jan 1, 2024
1 parent de1b12c commit 62b48a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
mysql version: '5.7' # Optional, default value is "latest". The version of the MySQL
mysql database: 'test_db' # Optional, default value is "test". The specified database which will be create
mysql root password: 'root' # Required if "mysql user" is empty, default is empty. The root superuser password
- name: show charset
run: |
mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "show variables like 'chara%'"

- name: Setup Python
uses: actions/setup-python@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
mysql version: '5.7' # Optional, default value is "latest". The version of the MySQL
mysql database: 'test_db' # Optional, default value is "test". The specified database which will be create
mysql root password: 'root' # Required if "mysql user" is empty, default is empty. The root superuser password
- name: show charset
run: |
mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "show variables like 'chara%'"

- name: Setup Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 62b48a8

Please sign in to comment.