Skip to content

Commit 78eb007

Browse files
committed
fix: disable test matrix
1 parent f699d3d commit 78eb007

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
python-version: [3.8, 3.11]
1512
steps:
1613
- uses: actions/checkout@v4
1714
- name: Set up Python
1815
uses: actions/setup-python@v4
1916
with:
20-
python-version: ${{ matrix.python-version }}
17+
python-version: "3.11"
2118
- name: Install dependencies
2219
run: |
2320
python -m pip install --upgrade pip

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"onefile",
55
"pyinstaller",
66
"pytest",
7+
"PYTHONPATH",
78
"venv"
89
]
910
}

0 commit comments

Comments
 (0)