We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edca32 commit e80e4ffCopy full SHA for e80e4ff
1 file changed
.github/workflows/tox-docker.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Run tox in container
33
run: |
34
docker run --rm \
35
+ --user "$(id -u):$(id -g)" \
36
-v "${{ github.workspace }}:/home/user/project" \
37
-w /home/user/project \
38
python-asn1:ci
0 commit comments