Skip to content

Commit

Permalink
chore: fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sShaAanGg committed Oct 19, 2023
1 parent 16a8a9e commit 1a4c24f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mySQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Connect to mySQL
# Runs a script that creates a mySQL table, populates
# the table with data, and then retrieves the data
run: mysql -u
# run: mysql -u
# Environment variables used by the script to create
# a new mySQL table.
env:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pytest-playwright
ymysql
pymysql
cryptography
python-dotenv
python-dotenv
17 changes: 0 additions & 17 deletions source/back-end/test/test_example.py

This file was deleted.

0 comments on commit 1a4c24f

Please sign in to comment.