Skip to content

Commit

Permalink
Run as root in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Feb 29, 2024
1 parent 481c761 commit bec642c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
test:
name: "Run unit tests for reference code"
runs-on: ubuntu-latest
container: sagemath/sagemath:latest
container:
image: sagemath/sagemath:latest
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bec642c

Please sign in to comment.