Skip to content

Commit

Permalink
Merge pull request #35 from hydra-genetics/padraicc-patch-1
Browse files Browse the repository at this point in the history
test: change to setuid apptainer
  • Loading branch information
jonca79 authored Jan 9, 2025
2 parents 32fc8a0 + c123688 commit ac275e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: 3.8
- name: Install apptainer/singularity
run: |
sudo add-apt-repository -y ppa:apptainer/ppa && sudo apt install -y software-properties-common && sudo apt install -y apptainer
sudo add-apt-repository -y ppa:apptainer/ppa && sudo apt install -y software-properties-common && sudo apt install -y apptainer-suid
- name: Install requirements.txt
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit ac275e2

Please sign in to comment.