Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 26bac32

Browse files
committed
Update CI
1 parent 300e957 commit 26bac32

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [Ubuntu, MacOS, Windows]
19-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.10', '3.11', '3.12']
2020
steps:
2121
- uses: actions/checkout@v4
2222

@@ -54,12 +54,8 @@ jobs:
5454

5555
- name: Install dependencies
5656
shell: bash
57-
run: poetry install -E compiler
57+
run: poetry install
5858

5959
- name: Generate code from proto files
6060
shell: bash
6161
run: poetry run python -m tests.generate -v
62-
63-
- name: Execute test suite
64-
shell: bash
65-
run: poetry run python -m pytest tests/

0 commit comments

Comments
 (0)