-
Notifications
You must be signed in to change notification settings - Fork 409
#127: add apache-airflow to mapping #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
2 similar comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis seems to have failed the build for some internal connectivity issues. If the mapping is reversed I can merge this PR
@@ -1,6 +1,7 @@ | |||
AG_fft_tools:agpy | |||
ANSI:pexpect | |||
Adafruit:Adafruit_Libraries | |||
apache-airflow:airflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you reversed it, it should be import_name:pypi_name, like so:
airflow:apache-airflow
add
apache-airflow
instead ofairflow
to requirements.txt.See https://pypi.org/project/airflow/