Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Jun 12, 2024
1 parent c8ba253 commit 87e2bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.12"]
python-version: ["3.9", "3.10"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -36,6 +36,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libcairo2-dev
pip install --upgrade pip wheel setuptools
pip install -r requirements.txt -r requirements-tests.txt -r requirements-ci.txt
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install tox
sudo apt-get install enchant-2 gobject-introspection
sudo apt-get install enchant-2 libgirepository1.0-dev
- name: Build docs with tox
env:
Expand Down

0 comments on commit 87e2bd3

Please sign in to comment.