kaxil commented on code in PR #43944:
URL: https://github.com/apache/airflow/pull/43944#discussion_r1841341448


##########
.github/workflows/basic-tests.yml:
##########
@@ -196,8 +196,14 @@ jobs:
         working-directory: ./clients/python
       - name: "Install source version of required packages"
         run: |
-            breeze release-management prepare-provider-packages fab standard 
common.sql --package-format  \
-            wheel --skip-tag-check --version-suffix-for-pypi dev0
+            breeze release-management prepare-provider-packages \
+              fab \
+              standard \
+              common.sql \
+              sqlite \
+              --package-format wheel \
+              --skip-tag-check \
+              --version-suffix-for-pypi dev0
             pip install . dist/apache_airflow_providers_fab-*.whl \
             dist/apache_airflow_providers_standard-*.whl 
dist/apache_airflow_providers_common_sql-*.whl

Review Comment:
   ```suggestion
               dist/apache_airflow_providers_standard-*.whl 
dist/apache_airflow_providers_common_sql-*.whl 
dist/apache_airflow_providers_sqlite-*.whl
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to