File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ jobs:
4747 fetch-depth : ' 2'
4848
4949 - name : Setup Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353 - name : Install dependencies
5454 run : |
55+ sudo apt install libcairo2-dev pkg-config python3-dev
5556 pip install -U -r tests/requirements/${{ matrix.requirements-file }}
5657 - name : Run coverage
5758 run : |
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - name : Checkout
1515 uses : actions/checkout@v5
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.11'
2020 cache : ' pip'
2121 - name : Cache dependencies
22- uses : actions/cache@v4.2.4
22+ uses : actions/cache@v4.3.0
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
@@ -39,12 +39,12 @@ jobs:
3939 - name : Checkout
4040 uses : actions/checkout@v5
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ' 3.11'
4545 cache : ' pip'
4646 - name : Cache dependencies
47- uses : actions/cache@v4.2.4
47+ uses : actions/cache@v4.3.0
4848 with :
4949 path : ~/.cache/pip
5050 key : ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.12
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.12'
2323
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
You can’t perform that action at this time.
0 commit comments