Skip to content

Commit

Permalink
#46 discarding maylinux2010 (strange last pytests fail) in favour of …
Browse files Browse the repository at this point in the history
…manylinux2014
  • Loading branch information
myselfhimself committed Jul 4, 2020
1 parent 8f519f6 commit 8d7ef41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpythonmanylinuxbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
python-version: ['3.6'] #Python versions iteration happens within the manylinux docker images
plat: ['manylinux2010_x86_64', 'manylinux2010_i686', 'manylinux2014_x86_64', 'manylinux2014_i686']
plat: ['manylinux2014_x86_64', 'manylinux2014_i686']
#plat: ['manylinux2010_x86_64', 'manylinux2010_i686', 'manylinux2014_x86_64', 'manylinux2014_i686']
include:
- plat: manylinux2010_i686
docker_image: 'quay.io/pypa/manylinux2010_i686:latest'
Expand Down

0 comments on commit 8d7ef41

Please sign in to comment.