You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/10/26 21:15:08 UTC

[incubator-datasketches-cpp] branch update_ci updated: Update build_cmake.yml

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

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


The following commit(s) were added to refs/heads/update_ci by this push:
     new f9d1981  Update build_cmake.yml
f9d1981 is described below

commit f9d1981154fd143a8964cc6a52789da01044ea8f
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