Skip to content

Commit d363e87

Browse files
committed
Remove commented out stuff
1 parent 10fc7c2 commit d363e87

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- name: Setup Graphviz
3232
uses: ts-graphviz/setup-graphviz@v1
3333

34-
# - name: Install manim dependencies
35-
# run: |
36-
# sudo apt update
37-
# sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev
38-
3934
- name: Build a binary wheel and a source tarball
4035
run: uv build --python ${{ matrix.python-version }}
4136

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: Setup Graphviz
3131
uses: ts-graphviz/setup-graphviz@v1
3232

33-
# - name: Install manim dependencies
34-
# run: |
35-
# sudo apt update
36-
# sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev
37-
3833
- name: Run mypy
3934
run: uv run --python ${{ matrix.python-version }} mypy automata/**/*.py tests/*.py
4035

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: Setup Graphviz
3131
uses: ts-graphviz/setup-graphviz@v1
3232

33-
# - name: Install manim dependencies
34-
# run: |
35-
# sudo apt update
36-
# sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev
37-
3833
- name: Test with nose2
3934
run: |
4035
uv run --python ${{ matrix.python-version }} coverage run -m nose2 tests

0 commit comments

Comments
 (0)