diff --git a/.github/workflows/burn-cube-image.yml b/.github/workflows/burn-cube-image.yml index 63d4dd6..c8c0501 100644 --- a/.github/workflows/burn-cube-image.yml +++ b/.github/workflows/burn-cube-image.yml @@ -22,7 +22,7 @@ permissions: contents: read # This is required for actions/checkout jobs: - test: + test_and_push: runs-on: ubuntu-latest steps: - name: Checkout code @@ -34,13 +34,6 @@ jobs: run: | docker-compose build - push_ecr: - needs: [test] - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/constraints.txt b/constraints.txt index d5ec589..062c7c6 100644 --- a/constraints.txt +++ b/constraints.txt @@ -115,7 +115,7 @@ six==1.16.0 slicerator==1.1.0 snuggs==1.4.7 sortedcontainers==2.4.0 -SQLAlchemy==2.0.7 +SQLAlchemy==1.4.46 stack-data==0.6.2 tblib==1.7.0 threadpoolctl==3.1.0 diff --git a/requirements.txt b/requirements.txt index 7474b63..392768c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ pyproj==3.2.1 s3fs==0.4.2 scipy==1.9.1 Shapely==1.8.5.post1 +SQLAlchemy==1.4.46