From 63ab0d10990f477a32fdb89cffeebb8d4be79232 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 23 Dec 2020 00:42:55 +0200 Subject: [PATCH] Remove failing python configuration --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3407f5..e8e0d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,11 +242,6 @@ jobs: bopts: install os: ubuntu-20.04 - - lib: python - bopts: install - os: ubuntu-20.04 - install: libpython2-dev - - lib: python bopts: python=2.7,3.8 install os: ubuntu-20.04