Skip to content

Commit

Permalink
Merge pull request #39 from metagenlab/unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab authored Jan 21, 2025
2 parents 0a9c25f + f12df82 commit 034a400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:

- name: Setup apptainer
uses: eWaterCycle/[email protected]

- name: Disable apparmor namespace restrictions for apptainer
run: |
sudo sh -c 'echo kernel.apparmor_restrict_unprivileged_userns=0 \
>/etc/sysctl.d/90-disable-userns-restrictions.conf'
sudo sysctl -p /etc/sysctl.d/90-disable-userns-restrictions.conf
- name: Setup pip
uses: actions/setup-python@v5
Expand Down

0 comments on commit 034a400

Please sign in to comment.