Skip to content

Commit e373e70

Browse files
committed
no pycurl
1 parent ddc4f44 commit e373e70

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
3131
- name: Install dependencies
3232
run: |
33-
sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
3433
python -m pip install --upgrade pip
3534
pip install flake8 pytest pipenv
3635
pip install -r requirements.txt

.github/workflows/pypi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
2625
python -m pip install --upgrade pip
2726
pip install -r requirements.txt
2827

0 commit comments

Comments
 (0)