From 5438b1aa7d613fa46d53085097b33f47daff9174 Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Tue, 27 Jul 2021 11:10:25 -0500 Subject: [PATCH] actions running as 1001 --- .github/workflows/test_linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 16008913..052cd1ed 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -127,6 +127,7 @@ jobs: #-------- Job definition ---------------- runs-on: ubuntu-18.04 container: docker://${{matrix.cfg.os}}:${{matrix.cfg.tag}} + options: --user 1001 steps: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2