Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 4, 2024
1 parent a6170e7 commit 986947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: steps.check-constraint.outputs.state == 'success'
run: |
uvx --from build pyproject-build --installer uv
uv pip install dist/airflow_serde_polars-0.0.0-py3-none-any.whl --reinstall-package airflow-serde-polars --no-deps
uv pip install dist/airflow_serde_polars-*.whl --reinstall-package airflow-serde-polars --no-deps
- name: Test with pytest
if: steps.check-constraint.outputs.state == 'success'
Expand Down

0 comments on commit 986947b

Please sign in to comment.