Skip to content

Commit

Permalink
CI: Fix cache key hash file for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Sep 16, 2022
1 parent c9aa7ce commit 0a39c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ jobs:
build-n-publish:
if: github.event_name == 'release'
name: Build and publish Python 🐍 distributions 📦 to PyPI
needs:
- Run-Unit-tests-Airflow-2-3
- Run-Optional-Packages-tests-python-sdk
# needs:
# - Run-Unit-tests-Airflow-2-3
# - Run-Optional-Packages-tests-python-sdk
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a39c84

Please sign in to comment.