From b3dc6156d09384aa28d92f43bd277b8a52266d34 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 9 Dec 2020 10:01:01 -0500 Subject: [PATCH] Do not source triqsvars.sh in github actions build --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb214c1..da6c5e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,6 @@ jobs: CXX: ${{ matrix.cxx }} LIBRARY_PATH: /usr/local/opt/llvm/lib run: | - source $HOME/install/share/triqs/triqsvars.sh mkdir build && cmake -B build cmake --build build -j2