We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed525c0 commit 77fa2d6Copy full SHA for 77fa2d6
.github/workflows/Pipeline.yml
@@ -10,13 +10,11 @@ on:
10
jobs:
11
Pipeline:
12
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r6
13
- permissions:
14
- contents: write # required for create tag
15
- actions: write # required for trigger workflow
16
with:
17
package_name: 'sphinx_reports'
18
unittest_python_version: '3.13'
19
unittest_python_version_list: '3.11 3.12 3.13 3.14'
+ unittest_disable_list: 'windows-arm:* windows-arm:pypy-3.10 windows-arm:pypy-3.11'
20
bandit: 'true'
21
pylint: 'false'
22
codecov: 'true'
0 commit comments