Skip to content

Commit

Permalink
Add python step
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 4, 2024
1 parent 6bce047 commit d3d2f92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12

# Build dockerfile in .github/build_and_publish.Dockerfile and publish to ghcr
- name: Build and push deployment image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit d3d2f92

Please sign in to comment.