Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…looker-deployer
  • Loading branch information
drstrangelooker authored Dec 4, 2024
2 parents d5fd7fc + ae539eb commit d974b9e
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
os:
- ubuntu
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

steps:
- name: Repo Checkout
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ oyaml = "*"
python-json-logger = "*"
e1839a8 = {editable = true,path = "."}
looker-deployer = {editable = true,path = "."}
certifi = "==2024.7.4"

[requires]
python_version = "3.7"
python_version = "3.8"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit d974b9e

Please sign in to comment.