We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a770 commit 1d92a3fCopy full SHA for 1d92a3f
.github/workflows/ci-test.yml
@@ -208,7 +208,7 @@ jobs:
208
-e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' \
209
-e '/PYTHON3_CACHE_TAG=/s/imp;print(imp.get_tag())/sys;print(sys.implementation.cache_tag)/' \
210
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \
211
- -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \
+ -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/g' \
212
configure; \
213
diff -u configure.FCS configure; \
214
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
0 commit comments