We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f699d3d commit 78eb007Copy full SHA for 78eb007
.github/workflows/test.yml
@@ -9,15 +9,12 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- python-version: [3.8, 3.11]
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
20
- python-version: ${{ matrix.python-version }}
+ python-version: "3.11"
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
.vscode/settings.json
@@ -4,6 +4,7 @@
4
"onefile",
5
"pyinstaller",
6
"pytest",
7
+ "PYTHONPATH",
8
"venv"
]
}
0 commit comments