You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/10/30 20:57:12 UTC

[incubator-datasketches-cpp] 01/04: Update build_cmake.yml

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch req_sketch
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 725df7479e99da9bb7014a9d4270c8768e5a3b46
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Oct 26 14:15:00 2020 -0700

    Update build_cmake.yml
    
    check if setup-python@v2 improved 3.8 vs 3.9 issues
---
 .github/workflows/build_cmake.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 742a712..f9f2d97 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -50,7 +50,7 @@ jobs:
       - name: Run C++ tests
         run: cmake --build build --config Release --target ${{ matrix.config.test_target }}
       - name: Set up Python 3.x
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2
         with:
           python-version: '3.x' # grabs latest minor version of python3
       - name: Install Python dependencies


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org