Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Sep 14, 2024
1 parent 10202ee commit 0496168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build:
name: Build CLI
runs-on: ${{ matrix.os }}
needs: [pytest]
needs: [pytest, extract_version]
strategy:
matrix:
# ubuntu-20.04 - context: https://github.com/phasehq/cli/issues/94
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: self-hosted
container:
image: python:3.11.0-bullseye
needs: [pytest]
needs: [pytest, extract_version]
steps:
- uses: actions/checkout@v2
- name: Setup Environment
Expand All @@ -152,7 +152,7 @@ jobs:
build_apk:
name: Build CLI (alpine-latest, 3.11)
runs-on: ubuntu-20.04
needs: [pytest]
needs: [pytest, extract_version]
container:
image: python:3.11-alpine
steps:
Expand Down

0 comments on commit 0496168

Please sign in to comment.