Skip to content

Commit 4b39f5c

Browse files
committed
Windows CI - add mariadb mysql-connector
1 parent 075eece commit 4b39f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: [ 3.7, 3.8]
15+
python-version: [ 3.8, 3.9]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
python -m pip install wheel
26-
choco install llvm
26+
choco install llvm mariadb mysql-connector
2727
pip install pytest
2828
# Can remove after next Mathics-core release
2929
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]

0 commit comments

Comments
 (0)