Skip to content

Commit a18fd9c

Browse files
committed
fix: remove conditional check for mariadb connectors installation
1 parent f1729b1 commit a18fd9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
uses: actions/[email protected]
5454

5555
- name: Install mariadb connectors
56-
if: matrix.db == 'mariadb'
5756
run: |
5857
sudo apt-get update
5958
sudo apt-get install -y libmariadb3 libmariadb-dev

0 commit comments

Comments
 (0)