Skip to content

Commit 96d31f8

Browse files
authored
update actions to fix nightly build issues (#994)
1 parent 1244e3e commit 96d31f8

3 files changed

Lines changed: 4 additions & 115 deletions

File tree

.github/workflows/deploy-nightly-dev.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/deploy-nightly-old.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/deploy-stable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Sets up python3
5151
- uses: actions/setup-python@v4
5252
with:
53-
python-version: 3.8
53+
python-version: 3.12
5454

5555
# Setup poetry
5656
- name: Install poetry 1.8.4
@@ -60,7 +60,9 @@ jobs:
6060
python -m pip install poetry==1.8.4
6161
6262
- name: Install build dependencies
63-
run: sudo apt-get -y install libcairo2-dev pkg-config python3-dev
63+
run: |
64+
sudo apt-get update
65+
sudo apt-get -y install python3-louis librsvg2-bin libcairo2-dev
6466
6567
- name: Install dependencies
6668
shell: bash

0 commit comments

Comments
 (0)