diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index df3b4803..391f6a80 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -3,13 +3,6 @@ name: Continuous Integration & Deployment on: workflow_dispatch: push: - tags: - - '*' - branches: - - master - pull_request: - branches: - - master jobs: coverage: @@ -66,10 +59,14 @@ jobs: - name: Build and install package run: | + pip install pytest + echo ---- cmake -Bbuild -H. -DPRECOMPILED_DEPENDENCIES_DIR=/install -DWITH_VNC=1 + echo ---- make -C build - pip install pytest + echo ---- pip install . + echo ---- - name: Test env: