File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 5959 steps :
6060 - id : checkout
6161 name : Checkout
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v6
6363
6464 - name : Setup uv
6565 uses : astral-sh/setup-uv@v6
@@ -72,14 +72,14 @@ jobs:
7272 name : Install Python dependencies
7373 run : uv sync --extra dev
7474
75- - id : vulture
76- name : Run vulture
77- timeout-minutes : 10
78- run : >-
79- uv run vulture
80- --min-confidence 90
81- --exclude "tests/*,_notebooks/*,docs/*"
82- ./
75+ # - id: vulture
76+ # name: Run vulture
77+ # timeout-minutes: 10
78+ # run: >-
79+ # uv run vulture
80+ # --min-confidence 90
81+ # --exclude "tests/*,_notebooks/*,docs/*"
82+ # your_package_name
8383
8484 test-python :
8585 name : Test Python code
@@ -106,12 +106,10 @@ jobs:
106106 - id : install-python-dependencies
107107 name : Install Python dependencies
108108 run : uv sync --extra test --python ${{ matrix.python }}
109- shell : bash
110109
111110 - id : tests
112111 name : Run tests
113112 run : uv run pytest --cov -sv
114- shell : bash
115113
116114 build :
117115 name : Build release candidate
You can’t perform that action at this time.
0 commit comments