From: Matthias Maier Date: Wed, 5 Jul 2023 02:49:52 +0000 (-0500) Subject: github: linux/serial: sanitize python environment X-Git-Tag: relicensing~716^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb9717ff6a0ea8d70e0d214b1cb005f8d229a591;p=dealii.git github: linux/serial: sanitize python environment --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d9b9aac9b8..294adacf26 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -39,10 +39,13 @@ jobs: - uses: actions/checkout@v3 - name: info run: | + python --version g++ -v cmake --version - name: configure deal.II run: | + # sanitize PYTHONPATH + unset PYTHONPATH mkdir build cd build cmake -D CMAKE_BUILD_TYPE=Release \