We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df623f commit 8e65596Copy full SHA for 8e65596
.github/workflows/continuous-integration.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: ${{ matrix.python-version }}
38
39
- uses: actions-rs/toolchain@v1
40
- # Wheels for orjson on Python 3.10 are still spotty on MacOS or Windows. This sets up the Rust nightly
+ # Wheels for orjson on Python 3.10 are still spotty on MacOS or Windows. This sets up the Rust
41
# toolchain so we can build the orjson wheel.
42
if: ${{ startsWith(matrix.python-version, '3.10')}}
43
with:
0 commit comments