Skip to content

Commit 82bf697

Browse files
committed
Try to get CI working
1 parent 60f58ae commit 82bf697

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333
- name: Install Mathic3 Hello Module
3434
run: |
35+
python -m pip install Mathics3
3536
python -m pip install -e .
3637
- name: Test Mathics3 Hello Module
3738
run: |

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3131
- name: install Mathic3 Hello Module
3232
run: |
33+
python -m pip install Mathics3
3334
python -m pip install -e .
3435
- name: Test Mathics3 Hello Module
3536
run: |

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333
- name: Install Mathic3 Hello Module
3434
run: |
35+
python -m pip install Mathics3
3536
python -m pip install -e .
3637
- name: Test Mathics
3738
run: |

0 commit comments

Comments
 (0)