Skip to content

Commit af6e0ec

Browse files
committed
Disable Rust codec
1 parent 60c49e7 commit af6e0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [Ubuntu, MacOS, Windows]
2222
python-version: ['3.10', '3.11', '3.12', '3.13']
23-
rust-codec: ['enabled', 'disabled']
23+
rust-codec: ['disabled'] # TODO add 'enabled' when the Rust codec is ready
2424
steps:
2525
- uses: actions/checkout@v4
2626

0 commit comments

Comments
 (0)