Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-ll authored Sep 20, 2024
1 parent 9b151c1 commit e48b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4
- name: Install missing software
run: |
apt install -y make git singularity
sudo apt install -y make git singularity
# Setup the python environments to use.
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit e48b084

Please sign in to comment.