Remove hotfix for Homebrew and GHDL.

This commit is contained in:
Patrick Lehmann
2024-08-02 20:54:57 +02:00
parent 7a341dbe8f
commit 26461822b5

View File

@@ -368,7 +368,6 @@ jobs:
run: | run: |
export ENVIRONMENT_NAME="${{ matrix.envname }}" export ENVIRONMENT_NAME="${{ matrix.envname }}"
export PYTHONPATH=$(pwd) export PYTHONPATH=$(pwd)
export DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib
cd "${{ inputs.root_directory || '.' }}" cd "${{ inputs.root_directory || '.' }}"
[ -n '${{ inputs.unittest_xml_artifact }}' ] && PYTEST_ARGS='--junitxml=report/unit/TestReportSummary.xml' || unset PYTEST_ARGS [ -n '${{ inputs.unittest_xml_artifact }}' ] && PYTEST_ARGS='--junitxml=report/unit/TestReportSummary.xml' || unset PYTEST_ARGS