Skip to content

Commit

Permalink
fix python 2 gh env
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jun 23, 2023
1 parent 7cb2db4 commit b164b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build:

runs-on: ubuntu-latest
container:
image: python:2.7.18-buster

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build:

runs-on: ubuntu-latest
container:
image: python:2.7.18-buster

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b164b05

Please sign in to comment.