robbrad / UKBinCollectionData

UK Council Bin Collection Data Parser Outputting Bin Data as a JSON
MIT License
104 stars 73 forks source link

feat: #725 Add names to selenium test videos #726

Closed OliverCullimore closed 1 month ago

OliverCullimore commented 1 month ago

Closes #725

Not sure if using __name__ would be considered "best practice" but as we use the filenames as the council names it works 🤷

robbrad commented 1 month ago

@OliverCullimore - can you check out why this is failing for your commit? https://github.com/robbrad/UKBinCollectionData/actions/runs/9150221757/job/25154749310#step:9:1

OliverCullimore commented 1 month ago

@robbrad "The currently activated Python version 3.10.12 is not supported by the project (>=3.11)." seems really odd seeing as behave.yml is using 3.11 and 3.12 now?