Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

The sudo: tag, Trusty, and Python 3.4 are all End of Life #190

Closed
wants to merge 5 commits into from

Conversation

cclauss
Copy link

@cclauss cclauss commented Jan 26, 2020


env:
matrix:
- TASK=lint

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.

Copy link
Author

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)

@ucalyptus
Copy link

something wrong with the init.py

@cclauss
Copy link
Author

cclauss commented Jan 26, 2020

skflow/__init__.py:24:0: C0305: Trailing newlines (trailing-newlines)

@cclauss
Copy link
Author

cclauss commented Jan 26, 2020

We have to use Python 3.5 instead of 3.8 because of
https://docs.travis-ci.com/user/languages/python/#travis-ci-uses-isolated-virtualenvs

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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@ucalyptus ucalyptus left a 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

@ucalyptus
Copy link

Check #191

@cclauss
Copy link
Author

cclauss commented Apr 12, 2020

Closing in favor of #191

@cclauss cclauss closed this Apr 12, 2020
@cclauss cclauss deleted the patch-2 branch April 12, 2020 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants