Skip to content

Commit

Permalink
workflows: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jx11r committed Jul 7, 2023
1 parent 409ebee commit 70d6079
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:

- name: Install dependencies
run: |
pip install wheel xcffib mypy psutil
pip install --no-cache --upgrade --no-build-isolation cairocffi
pip install --no-build-isolation git+https://github.com/qtile/qtile.git@master
pip install mypy psutil
pip install git+https://github.com/qtile/qtile@master
pip install git+https://github.com/elParaguayo/qtile-extras@main
- run: qtile --version
Expand Down

0 comments on commit 70d6079

Please sign in to comment.