diff options
Diffstat (limited to '.github/workflows/testsuite.yml')
| -rw-r--r-- | .github/workflows/testsuite.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index bd6ca847..ca37146c 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -19,6 +19,9 @@ env: PIP_DISABLE_PIP_VERSION_CHECK: 1 COVERAGE_IGOR_VERBOSE: 1 +permissions: + contents: read + jobs: tests: name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}" |
