We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075eece commit 4b39f5cCopy full SHA for 4b39f5c
.github/workflows/windows.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [windows]
15
- python-version: [ 3.7, 3.8]
+ python-version: [ 3.8, 3.9]
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python ${{ matrix.python-version }}
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
python -m pip install wheel
26
- choco install llvm
+ choco install llvm mariadb mysql-connector
27
pip install pytest
28
# Can remove after next Mathics-core release
29
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
0 commit comments