kiudee / cs-ranking

Context-sensitive ranking and choice in Python with PyTorch
https://cs-ranking.readthedocs.io
Apache License 2.0
66 stars 15 forks source link

[WIP] Force travis-ci to use 3.7.9 #179

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

Travis appears to be using 3.7.1, which causes failing builds.

Description

This pull request replaces the python version travis-ci uses (3.7), which appears to default to 3.7.1 instead of the latest version, by 3.7.9.

Motivation and Context

Currently the builds are failing, due to a bug present in 3.7.1 (example: https://github.com/kiudee/cs-ranking/pull/178/checks?check_run_id=2149548100).

How Has This Been Tested?

Does this close/impact existing issues?

Types of changes

Checklist:

kiudee commented 3 years ago

Some checks are failing which is due to a new problem with the dependency theano.