We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c42f7 commit 461f9e1Copy full SHA for 461f9e1
.github/workflows/dependency_check.yml
@@ -6,10 +6,24 @@ on:
6
- cron: '0 2 * * *'
7
8
jobs:
9
- python-latest:
+# 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:
24
runs-on: ubuntu-latest
25
container:
- image: python:latest
26
+ image: python:3.11
27
28
steps:
29
- uses: actions/checkout@v3
0 commit comments