Skip to content

Commit

Permalink
workflow: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jx11r committed Mar 30, 2024
1 parent 28d908c commit 1782488
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10' ]
python-version: [ '3.11' ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -25,8 +25,7 @@ jobs:
sudo apt-get install -y --no-install-recommends libxkbcommon-dev
pip install mypy psutil
pip install git+https://github.com/qtile/qtile@master
pip install git+https://github.com/elParaguayo/qtile-extras@main
pip install qtile qtile-extras
- run: qtile --version

Expand Down

0 comments on commit 1782488

Please sign in to comment.