redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

CI pipeline does not seem to be testing against corresponding Python versions #473

Open YaraslauZhylko opened 1 year ago

YaraslauZhylko commented 1 year ago

The CI GitHub Actions jobs are supposed to run the tests against the dedicated Python version. But it seems that they still use the version provided by the image.

image

Some tests that were supposed to fail under Python 3.7 and 3.8 did not fail: https://github.com/redis/redis-om-python/actions/runs/4076674172/jobs/7024748452

YaraslauZhylko commented 1 year ago

PR with a fix: #479