|
@@ -16,11 +16,15 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
|
|
|
+ - name: Install MariaDB Connector/C
|
|
|
|
|
+ run: |
|
|
|
|
|
+ sudo apt-get update
|
|
|
|
|
+ sudo apt-get install mariadb-server libmariadb3
|
|
|
- name: Set up Python 3.10
|
|
- name: Set up Python 3.10
|
|
|
uses: actions/setup-python@v2
|
|
uses: actions/setup-python@v2
|
|
|
with:
|
|
with:
|
|
|
python-version: "3.10"
|
|
python-version: "3.10"
|
|
|
- - name: Install dependencies
|
|
|
|
|
|
|
+ - name: Install Python dependencies
|
|
|
run: |
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
|
pip install flake8 pipenv
|
|
pip install flake8 pipenv
|