Fix: typo. (#497)

Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-09-15 14:51:55 -04:00
committed by GitHub
parent 29c6445dcc
commit 69750e82d8
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- { os: 'ubuntu-latest', python-version: "3.11" }
- { os: 'macos-latest', python-version: "3.11" }
name: test (ruby=${{ matrix.entry.os }}, python=${{ matrix.entry.python-version }})
name: test (os=${{ matrix.entry.os }}, python=${{ matrix.entry.python-version }})
continue-on-error: ${{ matrix.entry.experimental || false }}
runs-on: ${{ matrix.entry.os }}
steps: