Skip to content

Commit

Permalink
Fix prepare-provider-packages for fab and standard providers (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Nov 12, 2024
1 parent 03b3400 commit f71df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: "Prepare FAB+standard provider packages: wheel"
run: >
breeze release-management prepare-provider-packages fab standard \
--package-format wheel --skip-tag-check
--package-format wheel --skip-tag-check --version-suffix-for-pypi dev0
- name: "Install Airflow with fab for webserver tests"
run: pip install . dist/apache_airflow_providers_fab-*.whl
- name: "Install Airflow with standard provider for webserver tests"
Expand Down

0 comments on commit f71df97

Please sign in to comment.