File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- " latest"
17
17
include :
18
18
- os : ubuntu-22.04
19
- python : 3.7
20
- splunk-version : " 8.1 "
19
+ python : 3.9
20
+ splunk-version : " 9.3 "
21
21
- os : ubuntu-22.04
22
- python : 3.7
23
- splunk-version : " 8.2 "
22
+ python : 3.9
23
+ splunk-version : " 9.4 "
24
24
- os : ubuntu-22.04
25
25
python : 3.9
26
26
splunk-version : " latest"
@@ -35,11 +35,11 @@ jobs:
35
35
uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python }}
38
- - name : Install tox
39
- run : pip install -e ".[dev]"
38
+ - name : Install dependencies
39
+ run : pip install ".[dev]"
40
40
- name : Test Execution
41
41
run : tox -e py
42
42
43
- fossa-scan :
44
- uses : splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45
- secrets : inherit
43
+ # fossa-scan:
44
+ # uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45
+ # secrets: inherit
You can’t perform that action at this time.
0 commit comments