This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch ht/playgrand
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/ht/playgrand by this push:
new 2e66c7b1 fix error
2e66c7b1 is described below
commit 2e66c7b1de7082d4e26357a300ce8b214737a740
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 12 14:48:52 2024 +0800
fix error
---
.github/workflows/unit-test.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index cff8e2e2..9414fc4e 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -80,11 +80,11 @@ jobs:
# Use python 3.12 to avoid Cython files don't compile on Mingw-w64 64-bit
# https://bugs.python.org/issue40167
- - name: Set up python 3.12 for windows
- if: ${{ matrix.os == 'windows-latest'}}
- uses: actions/setup-python@v5
- with:
- python-version: '3.12'
+# - name: Set up python 3.12 for windows
+# if: ${{ matrix.os == 'windows-latest'}}
+# uses: actions/setup-python@v5
+# with:
+# python-version: '3.12'
# Run the actual maven build including all unit- and integration-tests.
- name: Build and test with Maven (All others)