Skip to content

Commit

Permalink
Fix guthub workflows for mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 2, 2024
1 parent 9afc8cd commit 8a05088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python: [3.9]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
POSTGRES_PASSWORD: "wagtail_modeltranslation"
services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down

0 comments on commit 8a05088

Please sign in to comment.