From 67cc32c4762e4b54ebb2f7967a9c748a1a63521f Mon Sep 17 00:00:00 2001 From: Mohamed Koubaa Date: Wed, 13 Nov 2024 11:16:15 -0600 Subject: [PATCH] no connect dpf --- .github/workflows/ci_cd.yml | 10 +++++----- examples/Airbag/airbag_post.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c64f56d7a..267018480 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -177,11 +177,11 @@ jobs: name: server_output_docs.txt path: server_output.txt - - name: DPF Logs (on screen) - if: always() - run: | - docker logs dpfserver - docker stop dpfserver + # - name: DPF Logs (on screen) + # if: always() + # run: | + # docker logs dpfserver + # docker stop dpfserver smoke-tests: name: "Build wheelhouse for ${{ matrix.os }} and Python ${{ matrix.python-version }}" diff --git a/examples/Airbag/airbag_post.py b/examples/Airbag/airbag_post.py index 62c65a188..03e3e2405 100644 --- a/examples/Airbag/airbag_post.py +++ b/examples/Airbag/airbag_post.py @@ -17,7 +17,7 @@ # ~~~~~~~~~~~~~~~~~~~~~ # Connect to the DPF Server. # -dpf.connect_to_server() +# dpf.connect_to_server() ############################################################################### # Load model