Skip to content

Commit 4b8adbc

Browse files
committed
Update appinspect_cli.yml
Trying to force python 3.9
1 parent ab5fbcc commit 4b8adbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/appinspect_cli.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
jobs:
1717
inspect:
1818
runs-on: ubuntu-latest
19+
strategy:
20+
matrix:
21+
python-version: ["3.9"]
1922

2023
steps:
2124
- uses: actions/checkout@v2
@@ -62,5 +65,3 @@ jobs:
6265
with:
6366
name: github_app_for_splunk-1.0.0.tar.gz
6467
path: ./github_app_for_splunk-1.0.0.tar.gz
65-
66-

0 commit comments

Comments
 (0)