Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shank03 authored Oct 4, 2023
1 parent bc1dd02 commit 1a4655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up MySQL
run: |
sudo /etc/init.d/mysql start
mysql -uroot -proot -hlocalhost -P3306 -e "create database 'contrihub23_db';"
mysql -uroot -proot -hlocalhost -P3306 -e "create database contrihub23_db;"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 1a4655a

Please sign in to comment.