Skip to content

Commit

Permalink
remove extra step standard provider installation for openapi tests (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Nov 1, 2024
1 parent 80f442d commit 1c3120e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ jobs:
--package-format wheel --skip-tag-check
- name: "Install Airflow with fab for webserver tests"
run: pip install . dist/apache_airflow_providers_fab-*.whl
- name: "Prepare Standard provider packages: wheel"
run: >
breeze release-management prepare-provider-packages standard --package-format wheel --skip-tag-check
- name: "Install Airflow with standard provider for webserver tests"
run: pip install . dist/apache_airflow_providers_standard-*.whl
- name: "Prepare Task SDK package: wheel"
Expand Down

0 comments on commit 1c3120e

Please sign in to comment.