Skip to content

Commit a863294

Browse files
committed
Fix workflow
1 parent f5b0153 commit a863294

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
tests-simple-matrix:
8+
tests-matrix:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
@@ -35,36 +35,6 @@ jobs:
3535
- name: Run tests
3636
run: tox
3737

38-
tests-matrix-full:
39-
runs-on: ubuntu-latest
40-
strategy:
41-
matrix:
42-
python-version: ["3.9", "3.10", "3.11", "3.12"]
43-
44-
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46-
47-
- name: Setup Python
48-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
49-
with:
50-
python-version: ${{ matrix.python-version }}
51-
52-
- name: Cache pip
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
54-
with:
55-
path: .cache/pip
56-
key: pip-cache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
57-
restore-keys: |
58-
pip-cache-${{ runner.os }}-
59-
60-
- name: Prepare for testing
61-
run: |
62-
pip install tox tox-gh-actions
63-
sudo adduser --disabled-password --gecos "" intelmq
64-
65-
- name: Run full CI tests
66-
run: tox -efull-ci
67-
6838
lint:
6939
runs-on: ubuntu-latest
7040
steps:

0 commit comments

Comments
 (0)