Explorar o código

Skip building on python 3.5 on windows due to path encoding issues.

Jelmer Vernooij %!s(int64=4) %!d(string=hai) anos
pai
achega
ebc04a4ae6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/pythonpublish.yml

+ 4 - 0
.github/workflows/pythonpublish.yml

@@ -18,6 +18,10 @@ jobs:
         include:
           - os: ubuntu-latest
             python-version: '3.x'
+          # path encoding
+        exclude:
+          - os: windows-latest
+            python-version: 3.5
 
     steps:
     - uses: actions/checkout@v2