Skip to content

Commit

Permalink
fixed python package build in container
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <[email protected]>
  • Loading branch information
pSchlarb authored and WadeBarnes committed Apr 12, 2023
1 parent e613671 commit 4122f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
name: Build Python Packages
needs: [set-version]
runs-on: ubuntu-20.04
container:
image: ${{ inputs.DOCKER_IMAGE }}
steps:
- name: Check out code
uses: actions/checkout@v1
Expand Down

0 comments on commit 4122f91

Please sign in to comment.