Skip to content

Commit f8eea3d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/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

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)