2i2c-org / team-roles-geekbot-sweep

A Slack/Geekbot/Google Calendar App to sweep through our team and assign Team Roles
MIT License
0 stars 1 forks source link

Cleanup CI workflows #166

Closed sgibson91 closed 1 year ago

sgibson91 commented 1 year ago

This PR is motivated by the following logic:

Whatever Python version we ask for by using the Setup Python GitHub Action is overwritten when we run poetry install by whichever version of Python is defined in the pyproject.toml file. Hence, it does not make sense to either i) define a Python version in the workflow before running poetry install, or ii) running tests across a matrix of Python versions.

sgibson91 commented 1 year ago

Wait for #165 to be merged