3 Commits

Author SHA1 Message Date
8a1a2df2c1 Fix pipenv failing to import sqlalchemy-json
'sqlalchemy_json' does not import when running pytest through pipenv. Prepending 'python -m' to the pytest command fixes this (although I'm not sure why it even fails to import a global module).

Hope this works in the GitHub Actions workflow.
2021-02-18 23:46:05 -06:00
08a34b7182 Install dependencies in GH Action with pipenv correctly
Accidentally forgot that we're not using requirements.txt anymore. This should be the correct way of using pipenv. (?)
2021-02-18 20:10:36 -06:00
4dafbe6ac1 Add GitHub Action for Pytest
May add linting or more in later versions.
2021-02-18 20:06:42 -06:00