Skip to content

Commit 2e5e723

Browse files
committed
fix it again
1 parent 57397e0 commit 2e5e723

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/testpatterns.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on: [push, pull_request]
44
jobs:
55
test_patterns:
66
runs-on: ubuntu-latest
7-
strategy:
8-
matrix:
9-
python-version: '3.9'
107
steps:
118
- name: add logstash repo
129
uses: myci-actions/add-deb-repo@4
@@ -22,10 +19,10 @@ jobs:
2219
run: sudo chmod 777 /usr/share/logstash/data
2320
- name: Checkout code
2421
uses: actions/checkout@v2
25-
- name: Set up Python ${{ matrix.python-version }}
22+
- name: Set up Python
2623
uses: actions/setup-python@v2
2724
with:
28-
python-version: ${{ matrix.python-version }}
25+
python-version: '3.9'
2926
- name: Install dependencies
3027
run: |
3128
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)