diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3e9bd81054..629cb6f0bf 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: python -m pip install setuptools build numpy + run: pip install setuptools build numpy - name: Build # Build your program with the given configuration