From c44c5548e82cef6071c7c69377c68f995f64015c Mon Sep 17 00:00:00 2001 From: Colin Ho Date: Wed, 25 Sep 2024 22:02:53 -0700 Subject: [PATCH] test --- .github/workflows/python-package.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 620b2037ec..5ddd313e99 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -221,6 +221,10 @@ jobs: matrix: python-version: ['3.8'] daft-runner: [py, ray] + enable-native-executor: [0, 1] + exclude: + - daft-runner: ray + enable-native-executor: 1 steps: - uses: actions/checkout@v4 with: @@ -296,6 +300,10 @@ jobs: matrix: python-version: ['3.8'] # can't use 3.7 due to requiring anon mode for adlfs daft-runner: [py, ray] + enable-native-executor: [0, 1] + exclude: + - daft-runner: ray + enable-native-executor: 1 steps: - uses: actions/checkout@v4 with: @@ -374,6 +382,10 @@ jobs: matrix: python-version: ['3.8'] # can't use 3.7 due to requiring anon mode for adlfs daft-runner: [py, ray] + enable-native-executor: [0, 1] + exclude: + - daft-runner: ray + enable-native-executor: 1 # These permissions are needed to interact with GitHub's OIDC Token endpoint. # This is used in the step "Assume GitHub Actions AWS Credentials" permissions: @@ -468,6 +480,10 @@ jobs: matrix: python-version: ['3.8'] # can't use 3.7 due to requiring anon mode for adlfs daft-runner: [py, ray] + enable-native-executor: [0, 1] + exclude: + - daft-runner: ray + enable-native-executor: 1 steps: - uses: actions/checkout@v4 with: