tanmaypardeshi / CSC-510-Project2-TeachersPetBot

TeachersPetBot is a Discord Bot for class instructors to streamline their Discord servers
MIT License
0 stars 1 forks source link

Work Flow Runner Issue #8

Open ExtremeMachine12 opened 11 months ago

ExtremeMachine12 commented 11 months ago

Essentially we can't run python 3.10 on the workflow since the workflow is built off Ubuntu 22.04 and they just aren't comaptible. See here for explanation https://github.com/actions/setup-python/issues/401. This is the error we get when trying to run it Run actions/setup-python@v3 Version 3.10.0 was not found in the local cache Error: Version 3.10.0 with arch x64 not found The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json. I think we may just have to switch to python 3.9