-
Notifications
You must be signed in to change notification settings - Fork 439
The sudo: tag, Trusty, and Python 3.4 are all End of Life #190
Conversation
|
||
env: | ||
matrix: | ||
- TASK=lint |
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.
Wasn't aware that this goes here without the matrix.
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.
(matrix
is EOL in favour of jobs
)
something wrong with the init.py |
|
We have to use Python 3.5 instead of 3.8 because of |
"3.4") | ||
TENSORFLOW_PACKAGE_URL="https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0rc0-cp34-cp34m-linux_x86_64.whl" | ||
"3.5") | ||
TENSORFLOW_PACKAGE_URL="https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0rc0-cp35-cp35m-linux_x86_64.whl" |
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.
@cclauss This is causing a Missing wheel error at workflow build
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.
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.
Find a version that works for 3.5
Check #191 |
Closing in favor of #191 |
@ucalyptus