Skip to content

Commit

Permalink
Allow 1.9.latest release workflow to point to 1.9.latest dependency w…
Browse files Browse the repository at this point in the history
…orkflows (#1177)

* allow 1.9.latest release workflow to point to 1.9.latest dependency workflows
* pin runner version for unit tests to avoid pyodbc build error
  • Loading branch information
mikealfare authored Feb 7, 2025
1 parent 5cb0f19 commit b7fd074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
run-unit-tests:
name: unit test / python ${{ matrix.python-version }}

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# so that the integration tests stage will be skipped.
audit-version-and-changelog:
name: "Bump package version, Generate changelog"
uses: dbt-labs/dbt-spark/.github/workflows/release-prep.yml@main
uses: ./.github/workflows/release-prep.yml
with:
sha: ${{ inputs.sha }}
version_number: ${{ inputs.version_number }}
Expand Down

0 comments on commit b7fd074

Please sign in to comment.