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 00a8bf6 commit 4dc023dCopy full SHA for 4dc023d
.github/workflows/ci.yml
@@ -80,7 +80,8 @@ jobs:
80
run: |
81
GOARCH=386 go test $TAGS ./...
82
GOARCH=amd64 go run ./ci/run-tests.go $TAGS -race $COVERAGE
83
- python3 py3test.py
+ ## FIXME(sbinet): bring back python3.4 or upgrade gpython to python3.x
84
+ ## python3 py3test.py
85
- name: Test Windows
86
if: matrix.platform == 'windows-latest'
87
0 commit comments