Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: fix pip upgrades on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 24, 2022
1 parent 47d1b9a commit bb2bf8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip3 install --upgrade pip wheel --user
python.exe -m pip install --upgrade pip wheel --user
pip3 install --upgrade --user poetry PyInstaller ${{ matrix.qt }}
poetry install -E ${{ matrix.qt }}
poetry build
Expand Down
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ parts:
- lib64/*
python-packages:
- build
override-stage: |
snapcraftctl stage
ls -al $CRAFT_STAGE
scrcpy:
plugin: nil
Expand Down

0 comments on commit bb2bf8e

Please sign in to comment.