Skip to content

Commit ac486f4

Browse files
committed
trying to fix builds
1 parent 0bd2920 commit ac486f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-publish.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-latest]
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020

2121
# Used to host cibuildwheel
2222
- uses: actions/setup-python@v2
2323

24-
- name: Install package
24+
- name: Install deps
25+
run: sudo apt-get install libsdl-pango-dev
26+
27+
- name: Install packages
2528
run: python -m pip install -U manim tqdm
2629

2730
- name: Install cibuildwheel

0 commit comments

Comments
 (0)