File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed
Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 77# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
88 - cron : ' 0 22 * * 5'
99
10+ permissions :
11+ actions : write
12+ contents : write
13+ pages : write
14+ id-token : write
15+
1016jobs :
1117 Pipeline :
12- uses : pyTooling/Actions/.github/workflows/CompletePipeline.yml@r6
18+ uses : pyTooling/Actions/.github/workflows/CompletePipeline.yml@r7
1319 with :
1420 package_namespace : ' pyEDAA'
1521 package_name : ' ToolSetup'
Original file line number Diff line number Diff line change 1- -r ../requirements.txt
2-
3- # Coverage collection
4- Coverage ~= 7.13
5-
6- # Test Runner
7- pytest ~= 9.0
8- pytest-cov ~= 7.0
9-
10- # Static Type Checking
11- mypy [reports ] ~= 1.19
12- typing_extensions ~= 4.15
13- lxml >= 5.4 , < 7.0
1+ -r unit/requirements.txt
2+ -r typing/requirements.txt
Original file line number Diff line number Diff line change 1- -r ../requirements.txt
1+ -r ../../requirements.txt
2+
3+ # Coverage collection
4+ Coverage ~= 7.13
5+
6+ # Test Runner
7+ pytest ~= 9.0
8+ pytest-cov ~= 7.0
You can’t perform that action at this time.
0 commit comments