Skip to content

Commit

Permalink
Pin SQLAlchemy version
Browse files Browse the repository at this point in the history
  • Loading branch information
supermarkion committed Apr 24, 2023
1 parent 05a7d6e commit 8a1cf0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/burn-cube-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a1cf0b

Please sign in to comment.