diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 93299084ca..2598739544 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -33,7 +33,7 @@ jobs: # run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Install Buildtools - run: pip install setuptools build numpy + run: python -m pip install setuptools build numpy - name: Build # Build your program with the given configuration