Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: drop python3.4 pytest
  • Loading branch information
sbinet committed Jan 10, 2022
commit 4dc023db62c4bb7bcd10da9aa2aa00ba4cbdc989
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
run: |
GOARCH=386 go test $TAGS ./...
GOARCH=amd64 go run ./ci/run-tests.go $TAGS -race $COVERAGE
python3 py3test.py
## FIXME(sbinet): bring back python3.4 or upgrade gpython to python3.x
## python3 py3test.py
- name: Test Windows
if: matrix.platform == 'windows-latest'
run: |
Expand Down