Skip to content

Commit

Permalink
test with psycopg3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 5, 2022
1 parent b87aec0 commit a60dba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion teamcity-build/build-teamcity-21.1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -x

# Not supported
pip3 install psycopg

./teamcity-build/build-teamcity.sh "LATEST"
2 changes: 1 addition & 1 deletion teamcity-build/build-teamcity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
VERSION="${1:-v19.2.5}"

# clone django into the repo.
git clone --depth 1 --single-branch --branch cockroach-4.2.x https://github.com/timgraham/django _django_repo
git clone --depth 1 --single-branch --branch psycopg3-roach https://github.com/timgraham/django _django_repo

# install the django requirements.
cd _django_repo/tests/
Expand Down

0 comments on commit a60dba6

Please sign in to comment.