Skip to content

Commit 476b83b

Browse files
committed
update test workflow
1 parent 7193eed commit 476b83b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: [3.7]
11+
python: [3.12]
1212

1313
name: Python ${{ matrix.python }}
1414

@@ -29,9 +29,6 @@ jobs:
2929
- name: Install coverage dependencies
3030
run: pip install pytest-cov
3131

32-
- name: Build
33-
run: python setup.py build_ext --inplace
34-
3532
- name: Install pybbhash
3633
run: pip install -e .
3734

0 commit comments

Comments
 (0)