Skip to content

Commit 8bb06b7

Browse files
authored
CI Administrivia (#5)
1 parent 29dc495 commit 8bb06b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
brew install llvm@11
24+
brew install llvm
2525
python -m pip install --upgrade pip
2626
pip install pytest
2727
# Can remove after next Mathics-core release
28-
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28+
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2929
- name: Install pymathics.hello
3030
run: |
3131
pip install -e .

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install pytest
2525
# Can remove after next Mathics-core release
26-
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
26+
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2727
- name: Install pymathics.hello
2828
run: |
2929
pip install -e .

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install wheel
2626
pip install pytest
2727
# Can remove after next Mathics-core release
28-
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28+
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2929
- name: Install pymathics.hello
3030
run: |
3131
pip install -e .

0 commit comments

Comments
 (0)