mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 10:46:30 +00:00
Fix Python tests and remove CircleCI-specific path (#106)
* Remove CircleCI-specific path in tests * ..? * Fix testsP * Fix python test * remove pip * Maybe fail? * return code? * no & * Fix tests
This commit is contained in:
committed by
GitHub
parent
20e8f9d74c
commit
5ac85eaadd
@@ -32,7 +32,7 @@ jobs:
|
||||
command: "cargo fmt --check"
|
||||
- run:
|
||||
name: "Install dependencies"
|
||||
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12 ruby ruby-dev libpq-dev python"
|
||||
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12 ruby ruby-dev libpq-dev python3 python3-pip"
|
||||
- run:
|
||||
name: "Build"
|
||||
command: "cargo build"
|
||||
|
||||
Reference in New Issue
Block a user