Skip to content

Commit 910f0ab

Browse files
committed
Use github master for testing
1 parent e54f3fd commit 910f0ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
brew install mariadb
3131
pip install pytest
3232
# Can remove after next Mathics-core release
33-
#python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34-
python -m pip install Mathics3[full]
33+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34+
# python -m pip install Mathics3[full]
3535
- name: Install pymathics.natlang
3636
run: |
3737
pip install -e .

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install pytest
2929
# Can remove after next Mathics-core release
30-
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31-
python -m pip install Mathics3[full]
30+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31+
# python -m pip install Mathics3[full]
3232
- name: Install pymathics.natlang
3333
run: |
3434
pip install -e .

.github/workflows/windows.yml

Lines changed: 3 additions & 3 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.8, 3.9]
15+
python-version: [ 3.9, 3.10]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -26,8 +26,8 @@ jobs:
2626
choco install llvm mariadb mysql-connector
2727
pip install pytest
2828
# Can remove after next Mathics-core release
29-
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30-
python -m pip install Mathics3[full]
29+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30+
# python -m pip install Mathics3[full]
3131
- name: Install pymathics.natlang
3232
run: |
3333
pip install -e .

0 commit comments

Comments
 (0)