Skip to content

Commit 7b8628c

Browse files
update workflow 4
1 parent af40e6a commit 7b8628c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818

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-
2619
- name: Install system build dependencies
2720
run: |
2821
apt-get update
29-
apt-get install -y python3-pip python3-dev build-essential libbz2-dev liblzma-dev libpcre2-dev libicu-dev libtiff5
22+
apt-get install -y python3-pip python3-dev build-essential libbz2-dev liblzma-dev libpcre2-dev
3023
3124
- name: Install R ahead package
3225
run: |

0 commit comments

Comments
 (0)