Skip to content

Commit 7215339

Browse files
committed
fix: revert py version spec
1 parent c117c70 commit 7215339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/package-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python${{ matrix.python-version }} -m pip install --upgrade pip
23+
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install pyinstaller
2626
- name: Build with PyInstaller

0 commit comments

Comments
 (0)