Skip to content

Commit 77fa2d6

Browse files
committed
Disabled windows-arm job combinations due to missing lxml package for Windows aarch64.
1 parent ed525c0 commit 77fa2d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ on:
1010
jobs:
1111
Pipeline:
1212
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r6
13-
permissions:
14-
contents: write # required for create tag
15-
actions: write # required for trigger workflow
1613
with:
1714
package_name: 'sphinx_reports'
1815
unittest_python_version: '3.13'
1916
unittest_python_version_list: '3.11 3.12 3.13 3.14'
17+
unittest_disable_list: 'windows-arm:* windows-arm:pypy-3.10 windows-arm:pypy-3.11'
2018
bandit: 'true'
2119
pylint: 'false'
2220
codecov: 'true'

0 commit comments

Comments
 (0)