Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- main

env:
HATCH_VERSION: 1.14.2
HATCH_VERSION: 1.16.5

jobs:
test-python:
Expand All @@ -34,8 +34,7 @@ jobs:
python-version: '3.10'

- name: Install hatch
# see here for more details https://github.com/pypa/hatch/issues/2193
run: pip install hatch==$HATCH_VERSION "virtualenv<21"
run: pip install hatch==$HATCH_VERSION

- name: Run unit tests
run: hatch run test
Expand All @@ -62,8 +61,7 @@ jobs:
python-version: 3.10.x

- name: Install hatch
# https://github.com/pypa/hatch/issues/2193
run: pip install hatch==$HATCH_VERSION "virtualenv<21"
run: pip install hatch==$HATCH_VERSION

- name: Reformat code
run: make fmt
Expand Down Expand Up @@ -116,8 +114,7 @@ jobs:
python-version: 3.10.x

- name: Install hatch
# https://github.com/pypa/hatch/issues/2193
run: pip install hatch==$HATCH_VERSION "virtualenv<21"
run: pip install hatch==$HATCH_VERSION

- name: Install Databricks CLI
uses: databricks/setup-cli@main
Expand Down
Loading