From 33e4ff72e3da53b30fa48ec01b30aa1254446b8b Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Wed, 4 Sep 2024 17:27:04 +0200 Subject: [PATCH] only pip without python --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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