mistercrunch commented on code in PR #29864:
URL: https://github.com/apache/superset/pull/29864#discussion_r1704610134


##########
.github/workflows/pre-commit.yml:
##########
@@ -16,6 +16,9 @@ concurrency:
 jobs:
   pre-commit:
     runs-on: ubuntu-22.04
+    strategy:
+      matrix:
+        python-version: ["current", "next", "previous"]

Review Comment:
   This recent PR shows the kind of trouble we have to go through in order to 
rename checks... https://github.com/apache/superset/pull/29866



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to