Skip to content

Commit d479bf3

Browse files
committed
[TASK] add protoc, cleanup
1 parent 1d0ce77 commit d479bf3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11+
- uses: ConorMacBride/install-package@v1
12+
with:
13+
apt: protobuf-compiler
1114
- uses: actions/checkout@v4
1215
- name: Set up Python
1316
uses: actions/setup-python@v5

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: False
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: [ "3.12" ] # ["3.9", "3.10", "3.11", "3.12"]
2020
numpy-version: [ "numpy<2.0" , "numpy>=2.0" ]
2121

2222
steps:

0 commit comments

Comments
 (0)