-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a68974
commit 8e098b8
Showing
7 changed files
with
69 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: ["main"] | ||
|
||
env: | ||
PYTHON_VERSION: "3.9.1" | ||
PYTHON_VERSION: "3.10" | ||
|
||
jobs: | ||
shfmt: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,15 @@ on: | |
branches: ["main"] | ||
|
||
env: | ||
PYTHON_VERSION: "3.9.1" | ||
PYTHON_VERSION: "3.10" | ||
|
||
jobs: | ||
test: | ||
name: Pytest | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ] | ||
steps: | ||
- name: Check out code | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# THIS IS AN AUTOGENERATED LOCKFILE. DO NOT EDIT MANUALLY. | ||
cachetools==4.2.2 | ||
certifi==2021.5.30 | ||
cffi==1.14.6 | ||
charset-normalizer==2.0.4 | ||
gbq==0.2.0 | ||
google-api-core==2.0.1 | ||
google-auth==2.0.2 | ||
google-cloud-bigquery==2.26.0 | ||
google-cloud-core==2.0.0 | ||
google-crc32c==1.1.2 | ||
google-resumable-media==2.0.2 | ||
cachetools==4.2.4 | ||
certifi==2021.10.8 | ||
charset-normalizer==2.0.8 | ||
gbq==0.4.0 | ||
google-api-core==2.2.2 | ||
google-auth==2.3.3 | ||
google-cloud-bigquery==2.30.1 | ||
google-cloud-core==2.2.1 | ||
google-crc32c==1.3.0 | ||
google-resumable-media==2.1.0 | ||
googleapis-common-protos==1.53.0 | ||
grpcio==1.40.0 | ||
idna==3.2 | ||
packaging==21.0 | ||
pip==21.0.1 | ||
proto-plus==1.19.0 | ||
protobuf==3.17.3 | ||
grpcio==1.42.0 | ||
grpcio-status==1.42.0 | ||
idna==3.3 | ||
packaging==21.3 | ||
pip==21.2.4 | ||
proto-plus==1.19.8 | ||
protobuf==3.19.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycparser==2.20 | ||
pydantic==1.8.2 | ||
pyparsing==2.4.7 | ||
pyparsing==3.0.6 | ||
python-dateutil==2.8.2 | ||
requests==2.26.0 | ||
rsa==4.7.2 | ||
setuptools==53.0.0 | ||
rsa==4.8 | ||
setuptools==57.5.0 | ||
six==1.16.0 | ||
typing-extensions==3.10.0.2 | ||
urllib3==1.26.6 | ||
wheel==0.36.2 | ||
typing_extensions==4.0.0 | ||
urllib3==1.26.7 | ||
wheel==0.37.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ isort==5.10.1 | |
mypy==0.910 | ||
pytest==6.2.5 | ||
pytest-cov==3.0.0 | ||
pytest-mock==3.6.1 | ||
pytest-mock==3.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
gbq==0.3.0 | ||
cachetools==4.2.4 | ||
certifi==2021.10.8 | ||
charset-normalizer==2.0.8 | ||
gbq==0.4.0 | ||
google-api-core==2.2.2 | ||
google-auth==2.3.3 | ||
google-cloud-bigquery==2.30.1 | ||
google-cloud-core==2.2.1 | ||
google-crc32c==1.3.0 | ||
google-resumable-media==2.1.0 | ||
googleapis-common-protos==1.53.0 | ||
grpcio==1.42.0 | ||
grpcio-status==1.42.0 | ||
idna==3.3 | ||
packaging==21.3 | ||
pip==21.2.4 | ||
proto-plus==1.19.8 | ||
protobuf==3.19.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pydantic==1.8.2 | ||
pyparsing==3.0.6 | ||
python-dateutil==2.8.2 | ||
requests==2.26.0 | ||
rsa==4.8 | ||
setuptools==57.5.0 | ||
six==1.16.0 | ||
typing_extensions==4.0.0 | ||
urllib3==1.26.7 | ||
wheel==0.37.0 |