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 c117c70 commit 7215339Copy full SHA for 7215339
solutions/package-matrix.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
- python${{ matrix.python-version }} -m pip install --upgrade pip
+ python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
pip install pyinstaller
26
- name: Build with PyInstaller
0 commit comments