Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico-PizarroBejarano committed May 14, 2024
1 parent dcaf9f2 commit d694259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
pre-commit autoupdate
pre-commit run --all
- name: Setup MySQL Server
env:
DB_USER: root
DB_PASSWORD: root
run: |
sudo apt-get install mysql-server
sudo systemctl start mysql
echo "REACHED HERE"
sudo mysql
CREATE USER optuna@"%";
CREATE DATABASE ppo_hpo;
Expand Down

0 comments on commit d694259

Please sign in to comment.