Skip to content

Commit

Permalink
Merge pull request #72 from scale-vector/rfix/updates-grpcio
Browse files Browse the repository at this point in the history
updates grpcio to 1.50.0 and bumps to version 0.1.0rc15
  • Loading branch information
rudolfix authored Nov 2, 2022
2 parents 9c8d127 + fd64d15 commit c660e9a
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install Poetry
# https://github.com/snok/install-poetry#running-on-windows
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.2
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_loader_bigquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "3.10.x"

- name: Install Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.2
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_loader_redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "3.10.x"

- name: Install Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.2
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
Loading

0 comments on commit c660e9a

Please sign in to comment.