瀏覽代碼

fix gh action

jrobinAV 1 年之前
父節點
當前提交
c840bb7877
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/partial-tests.yml

+ 3 - 3
.github/workflows/partial-tests.yml

@@ -144,7 +144,7 @@ jobs:
         run: pipenv install --dev --python=${{ matrix.python-version }}
 
       - name: Setup LibMagic (MacOS)
-        if: matrix.os == 'macos-latest' and steps.changes.outputs.core == 'true'
+        if: matrix.os == 'macos-latest' && steps.changes.outputs.core == 'true'
         run: brew install libmagic
 
       - name: Pytest Core orchestrator_dispatcher
@@ -183,7 +183,7 @@ jobs:
         run: pipenv install --dev --python=${{ matrix.python-version }}
 
       - name: Setup LibMagic (MacOS)
-        if: matrix.os == 'macos-latest' and steps.changes.outputs.core == 'true'
+        if: matrix.os == 'macos-latest' && steps.changes.outputs.core == 'true'
         run: brew install libmagic
 
       - name: Pytest Core standalone
@@ -222,7 +222,7 @@ jobs:
         run: pipenv install --dev --python=${{ matrix.python-version }}
 
       - name: Setup LibMagic (MacOS)
-        if: matrix.os == 'macos-latest' and steps.changes.outputs.core == 'true'
+        if: matrix.os == 'macos-latest' && steps.changes.outputs.core == 'true'
         run: brew install libmagic
 
       - name: Pytest Core modin