File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 31
31
- name : Setup Graphviz
32
32
uses : ts-graphviz/setup-graphviz@v1
33
33
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
-
39
34
- name : Build a binary wheel and a source tarball
40
35
run : uv build --python ${{ matrix.python-version }}
41
36
Original file line number Diff line number Diff line change 30
30
- name : Setup Graphviz
31
31
uses : ts-graphviz/setup-graphviz@v1
32
32
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
-
38
33
- name : Run mypy
39
34
run : uv run --python ${{ matrix.python-version }} mypy automata/**/*.py tests/*.py
40
35
Original file line number Diff line number Diff line change 30
30
- name : Setup Graphviz
31
31
uses : ts-graphviz/setup-graphviz@v1
32
32
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
-
38
33
- name : Test with nose2
39
34
run : |
40
35
uv run --python ${{ matrix.python-version }} coverage run -m nose2 tests
You can’t perform that action at this time.
0 commit comments