diff --git a/.github/workflows/cmake-build-test.yml b/.github/workflows/cmake-build-test.yml index dbae2f7..1086f60 100644 --- a/.github/workflows/cmake-build-test.yml +++ b/.github/workflows/cmake-build-test.yml @@ -12,6 +12,16 @@ jobs: - uses: actions/checkout@v3 - name: Prepare ubuntu + run: | + chmod +x ./dep-ubuntu.sh && ./dep-ubuntu.sh \ + git config --global user.name "" \ + git config --global user.email "" + + - uses: actions/setup-python@v5 + with: + python-version: "3.10" + + - name: Setup python run: python -m pip install -r requirements.txt - name: Run script to Build and Test