Skip to content

Commit 8b28687

Browse files
Remove redundant "skip" specifiers
1 parent 50abee9 commit 8b28687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-exiv2-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,10 @@ jobs:
139139
EXIV2_ROOT=libexiv2/build-win-release/install
140140
CIBW_ENVIRONMENT_PASS_LINUX: EXIV2_OPTIONS
141141
CIBW_BUILD: "cp*"
142-
CIBW_SKIP: "*musllinux* cp36* cp37*"
142+
CIBW_SKIP: "*musllinux*"
143143
CIBW_TEST_COMMAND: >
144144
python -m exiv2 -v &&
145145
python -m unittest discover {project}/tests -v
146-
CIBW_TEST_SKIP: cp36-macosx_x86_64 cp37-macosx_x86_64
147146
CIBW_BEFORE_ALL_LINUX: >
148147
yum install -y --nogpgcheck zlib-devel expat-devel gettext-devel
149148
libcurl-devel brotli-devel meson &&

0 commit comments

Comments
 (0)