Skip to content

Commit

Permalink
Add support github-action python2.7 by the use of a container
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jul 20, 2023
1 parent a6a2110 commit e843982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
environment: CI
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e843982

Please sign in to comment.