Skip to content

Commit af40e6a

Browse files
update workflow 3
1 parent d38cb55 commit af40e6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
python3 -m pip install --upgrade pip
2424
pip3 install wheel setuptools twine rpy2
2525
26+
- name: Install system build dependencies
27+
run: |
28+
apt-get update
29+
apt-get install -y python3-pip python3-dev build-essential libbz2-dev liblzma-dev libpcre2-dev libicu-dev libtiff5
30+
2631
- name: Install R ahead package
2732
run: |
2833
Rscript -e "options(repos = c(techtonique = 'https://r-packages.techtonique.net', CRAN = 'https://cloud.r-project.org')); utils::install.packages('ahead', dependencies=TRUE)"

0 commit comments

Comments
 (0)