Skip to content

Commit

Permalink
Add Install MariaDB Connector/C for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Dec 26, 2024
1 parent c854feb commit 533aff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
python-version: '3.11'

- name: Install MariaDB Connector/C
run: |
sudo apt-get update
sudo apt-get install -y libmariadb-dev
- name: Cache Python dependencies
uses: actions/cache@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/python-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: '3.11'

- name: Install MariaDB Connector/C
run: |
sudo apt-get update
sudo apt-get install -y libmariadb-dev
- name: Cache Python dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 533aff5

Please sign in to comment.