Skip to content

Commit b4ed613

Browse files
committed
fix
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent 9db1f56 commit b4ed613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ matrix.from-source }}
170170
run: pip install dist/*tar.gz
171171
- name: Install OS X dependencies
172-
if: ${{ matrix.os == "macos-10.15" }}
172+
if: matrix.os == 'macos-10.15'
173173
run: brew install coreutils
174174
- name: Smoke test
175175
env:

0 commit comments

Comments
 (0)