stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
278 stars 20 forks source link

Cleanup lint #47

Closed bplunkett-stripe closed 1 year ago

bplunkett-stripe commented 1 year ago

Description

Just realized this in my urgency to get CI passing again. The reason it was working previously is we installed "wheel", and it saw "wheel" was installed in the same line. This cleans up the install process by getting rid of the redundant install

Motivation

Testing