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:13 UTC

[incubator-datasketches-cpp] 02/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 a0ec1a336f1f38eaeda5ba466148cfc9943e4371
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Oct 26 15:17:38 2020 -0700

    Update build_cmake.yml
    
    invoke tox using the same python as for compilation
---
 .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 f9f2d97..12ab56a 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -56,4 +56,4 @@ jobs:
       - name: Install Python dependencies
         run: python -m pip install --upgrade pip setuptools wheel numpy tox
       - name: Build and run Python tests
-        run: tox
+        run: python -m tox


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