Skip to content

Commit

Permalink
run tests on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Sep 21, 2023
1 parent 8d80811 commit 9f230ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push]
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9f230ec

Please sign in to comment.