Skip to content

Commit

Permalink
Rephrase comment in setup.py (#31312)
Browse files Browse the repository at this point in the history
Following up on my late comment in PR #31309, this is a try to rephrase
the comment in `setup.py` which indicates how to trigger CI build to use
"upgrade to newer dependencies".

(cherry picked from commit 492acc2)
  • Loading branch information
pankajkoti authored and Elad Kalif committed Jun 8, 2023
1 parent 537991d commit d0e8a9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# specific language governing permissions and limitations
# under the License.
"""Setup.py for the Airflow project."""
# To make sure the CI build is using "upgrade to newer dependencies", which is useful when you want to check
# if the dependencies are still compatible with the latest versions as they seem to break some unrelated
# tests in main, you can modify this file. The modification can be simply modifying this particular comment.
# e.g. you can modify the following number "00001" to something else to trigger it.
from __future__ import annotations

import glob
Expand Down

0 comments on commit d0e8a9e

Please sign in to comment.