bluemania / wow_auctions

Use WoW addon data to analyze optimal policies for auction buying and selling
MIT License
2 stars 2 forks source link

Tests on CI/CD broken check out nox-poetry #169

Open bluemania opened 3 years ago

bluemania commented 3 years ago

There is a bug in github actions CI/CD process.

Poetry generates a requirements.txt file with hashes Pip installs, but errors on 'incorrect hash format'

What is strange is that tests were passing two weeks ago; may be a result of a github actions upgrade that exposed the issue.

Repeating previously passed tests causes fail!

Cannot reproduce locally

Need latest versions of; poetry, pip, nox, nox-poetry with issue fixed, and code updated