Skip to content

Commit 8e65596

Browse files
Update .github/workflows/continuous-integration.yml
Co-authored-by: Pete Gadomski <[email protected]>
1 parent 4df623f commit 8e65596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ${{ matrix.python-version }}
3838

3939
- 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
40+
# Wheels for orjson on Python 3.10 are still spotty on MacOS or Windows. This sets up the Rust
4141
# toolchain so we can build the orjson wheel.
4242
if: ${{ startsWith(matrix.python-version, '3.10')}}
4343
with:

0 commit comments

Comments
 (0)