Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Koubaa committed Nov 13, 2024
1 parent f996e09 commit 527382f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ jobs:
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
ANSYS_VERSION : "242"

#- name: "Install and run DPF server"
# run: |
# docker pull ghcr.io/ansys/dpf-core:22.2dev
# docker run -d --name dpfserver -p 50054:50052 ghcr.io/ansys/dpf-core:22.2dev && echo "DPF Server active on port 50054."

- name: LS-DYNA Keyword server activation
run: |
docker pull ghcr.io/ansys/ls-pre:latest
Expand Down Expand Up @@ -177,12 +172,6 @@ jobs:
name: server_output_docs.txt
path: server_output.txt

# - 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 }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 527382f

Please sign in to comment.