We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af40e6a commit 7b8628cCopy full SHA for 7b8628c
1 file changed
.github/workflows/python-publish.yml
@@ -16,17 +16,10 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v2
18
19
- - name: Install pip and Python dependencies
20
- run: |
21
- apt-get update
22
- apt-get install -y python3-pip
23
- python3 -m pip install --upgrade pip
24
- pip3 install wheel setuptools twine rpy2
25
-
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
+ apt-get install -y python3-pip python3-dev build-essential libbz2-dev liblzma-dev libpcre2-dev
30
31
- name: Install R ahead package
32
0 commit comments