Skip to content

Commit

Permalink
change working directory of installing singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jan 30, 2024
1 parent a7d9a40 commit ad728e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/local-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ad728e9

Please sign in to comment.