Skip to content

Commit 7bdc4f0

Browse files
committed
Update appinspect_cli.yml
1 parent 4b8adbc commit 7bdc4f0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/appinspect_cli.yml

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

2320
steps:
2421
- uses: actions/checkout@v2
2522

23+
- name: Set up Python 3.x
24+
uses: actions/setup-python@v4
25+
with:
26+
# Semantic version range syntax or exact version of a Python version
27+
python-version: '3.9'
28+
# Optional - x64 or x86 architecture, defaults to x64
29+
architecture: 'x64'
30+
2631
- name: Install deps
2732
uses: CultureHQ/actions-yarn@master
2833
with:

0 commit comments

Comments
 (0)