bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Feature/add-CI-tests

Open unna97 opened this issue 2 years ago • 3 comments

unna97 avatar Oct 27 '23 15:10 unna97

Thank you @suhaibmujahid . In all honesty, the tests were failing in my local setup. (I am currently on windows, python 3.10). So I was wondering if it was an os specific issue or a python issue. So I created the above matrix. The above pull request failed for 3.11 on all the different os. I added the workflow_dispatch to run the tests. I was unable it to test it because I believe it requires your approval.

unna97 avatar Oct 27 '23 17:10 unna97

In all honesty, the tests were failing in my local setup. (I am currently on windows, python 3.10).

You could try WSL if you have problems on Windows.

The above pull request failed for 3.11 on all the different os.

The dependency conflict on Python 3.11 was fixed in #3753. If you pull the latest upstream changes, you should have that problem fixed.

suhaibmujahid avatar Oct 27 '23 17:10 suhaibmujahid

@suhaibmujahid The installation is failing on 3.11 on ubuntu due to numpy. Please see here: https://github.com/unna97/bugbug/actions/runs/6677816934?pr=1

unna97 avatar Oct 27 '23 18:10 unna97