diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 22f4c5c0..96272faa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -59,8 +59,6 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" . - name: Build run: nmake - - name: Setyp Python - uses: actions/setup-python@v5 - name: Test run: python .\scripts\run-tests.py