Skip to content

Commit

Permalink
Update Python for build process to 3.9 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
  • Loading branch information
BenWilson2 authored Nov 12, 2024
1 parent a14470e commit 48173c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 48173c1

Please sign in to comment.