profusion / sgqlc

Simple GraphQL Client
https://sgqlc.readthedocs.io/
ISC License
513 stars 85 forks source link

move github actions to use pipenv as well #184

Closed barbieri closed 2 years ago

barbieri commented 2 years ago

we were using random versions and some flake8 rules changes will break what was already working.

So let's use the lockfile to keep versions in sync

barbieri commented 2 years ago

damn... I forgot that the locks also include the python version, will be useless to check the python matrix :-(