We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b15e0 commit e4f446eCopy full SHA for e4f446e
.github/workflows/ci.yaml
@@ -123,7 +123,7 @@ jobs:
123
test_argparse test_json test_bytes test_long test_pwd test_bool test_cgi test_complex
124
test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
125
test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
126
- test_zipimport
+ test_zipimport test_importlib
127
env:
128
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
129
if: runner.os == 'Windows'
0 commit comments