Skip to content

Commit 7265147

Browse files
committed
Remove matrix from linting Python.
1 parent 88df8a9 commit 7265147

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
jobs:
77
lint:
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: [3.8, 3.9, "3.10", "3.11"]
129

1310
steps:
1411
- uses: actions/checkout@v3
@@ -20,12 +17,12 @@ jobs:
2017

2118
- name: Set Poetry config
2219
run: |
23-
poetry config virtualenvs.path ~/.virtualenvs${{ matrix.python-version }}
20+
poetry config virtualenvs.path ~/.virtualenvs3.11
2421
2522
- name: Set up Python ${{ matrix.python-version }}
2623
uses: actions/setup-python@v3
2724
with:
28-
python-version: ${{ matrix.python-version }}
25+
python-version: 3.11
2926
cache: "poetry"
3027

3128
- name: Install dependencies

0 commit comments

Comments
 (0)