potiuk commented on code in PR #39055:
URL: https://github.com/apache/airflow/pull/39055#discussion_r1567159018
##########
.github/workflows/basic-tests.yml:
##########
@@ -148,6 +148,8 @@ jobs:
env:
HATCH_ENV: "test"
working-directory: ./clients/python
+ - name: Compile www assets
+ run: breeze compile-www-assets
Review Comment:
TODO: Generic comment: the tests seem to pass all thests on Python 3.9 + but
the Pytest tests do not exit - likely some cleanup needs to happen there. For
now switching to DEfault Python only but needs to be fixed before merge.
--
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]