Skip to content

Commit

Permalink
test-fix(build-warehouse-image): test upgrade of build (cal-itp#3661)
Browse files Browse the repository at this point in the history
* test-fix(build-warehouse-image): adds poetry export package
  • Loading branch information
vevetron authored Jan 29, 2025
1 parent eb42d3d commit a21cd7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-warehouse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v6
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || steps.changed-files-specific.outputs.any_changed == 'true' }}
with:
context: warehouse
Expand Down
3 changes: 3 additions & 0 deletions warehouse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ pyspark = "~3.0" # pin this low because of stubs
pyspark-stubs = "^3.0.0.post3"
dbt-coverage = "^0.3.4"

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a21cd7b

Please sign in to comment.