Skip to content

Commit 5777a49

Browse files
committed
[SP-2874] chore: update workflow python version
1 parent b2c6409 commit 5777a49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/container-local-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
workflow_dispatch:
66
push:
77
branches:
8-
- 'main'
8+
- "main"
99
pull_request:
1010
branches:
11-
- 'main'
11+
- "main"
1212

1313
env:
1414
IMAGE_BASE: scanoss/scanoss-py-base
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.9.x'
30+
python-version: "3.10.x"
3131

3232
- name: Install Dependencies
3333
run: |
@@ -98,3 +98,4 @@ jobs:
9898
echo "Error: Scan test did not produce any results. Failing"
9999
exit 1
100100
fi
101+

0 commit comments

Comments
 (0)