Skip to content

Commit

Permalink
Merge pull request #453 from machow/dev-test-snowflake
Browse files Browse the repository at this point in the history
ci: unpin snowflake sqlalchemy version
  • Loading branch information
machow committed Oct 18, 2022
2 parents 2f6aae3 + f0df935 commit a00c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r requirements-test.txt
python -m pip install pytest-parallel
python -m pip install snowflake-sqlalchemy==1.3.3
python -m pip install snowflake-sqlalchemy
python -m pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit a00c2d6

Please sign in to comment.