Skip to content

Commit 461f9e1

Browse files
authored
Update dependency_check.yml disable python latest temporary
1 parent c1c42f7 commit 461f9e1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/dependency_check.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,24 @@ on:
66
- cron: '0 2 * * *'
77

88
jobs:
9-
python-latest:
9+
# python-latest:
10+
# runs-on: ubuntu-latest
11+
# container:
12+
# image: python:latest
13+
#
14+
# steps:
15+
# - uses: actions/checkout@v3
16+
#
17+
# - name: python version
18+
# run: python --version
19+
#
20+
# - name: install lib
21+
# run: pip install -e .
22+
23+
python-python311:
1024
runs-on: ubuntu-latest
1125
container:
12-
image: python:latest
26+
image: python:3.11
1327

1428
steps:
1529
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)