From ad728e97d88e69b2f6993cdb658d06e75fe42c4f Mon Sep 17 00:00:00 2001 From: hasan7n Date: Tue, 30 Jan 2024 23:53:25 +0100 Subject: [PATCH] change working directory of installing singularity --- .github/workflows/local-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/local-ci.yml b/.github/workflows/local-ci.yml index ed42a7134..e48a4b0de 100644 --- a/.github/workflows/local-ci.yml +++ b/.github/workflows/local-ci.yml @@ -16,6 +16,9 @@ jobs: python-version: '3.9' - name: Install Singularity + # The way we install singularity shouldn't happen inside another git repo, otherwise + # the singularity installer will set that repo's tag/commit as the singularity version. + working-directory: .. run: | sudo apt-get update sudo apt-get install -y build-essential libssl-dev uuid-dev libgpgme11-dev \