-
Notifications
You must be signed in to change notification settings - Fork 608
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
Showing
6 changed files
with
19 additions
and
0 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 |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
uses: astral-sh/[email protected] | ||
with: | ||
version: "0.4.x" | ||
python-version: "3.13" | ||
|
||
- name: update apt-get | ||
run: sudo apt-get update -y -q | ||
|
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 |
---|---|---|
|
@@ -112,6 +112,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: "${{ matrix.python-version }}" | ||
|
||
- name: install additional deps | ||
if: matrix.backend.key == 'snowpark' | ||
|
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 |
---|---|---|
|
@@ -66,6 +66,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- uses: extractions/setup-just@v2 | ||
env: | ||
|
@@ -486,6 +488,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: install other deps | ||
if: matrix.backend.additional_deps != null | ||
|
@@ -601,6 +605,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
# it requires a version of pandas that pyspark is not compatible with | ||
- name: remove lonboard | ||
|
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 |
---|---|---|
|
@@ -31,6 +31,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: "3.11" | ||
|
||
- name: install system dependencies | ||
run: sudo apt-get install -qq -y build-essential libgeos-dev freetds-dev unixodbc-dev | ||
|
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 |
---|---|---|
|
@@ -65,6 +65,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: install ${{ matrix.os }} system dependencies | ||
if: matrix.os == 'ubuntu-latest' | ||
|
@@ -121,6 +123,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: "3.13" | ||
|
||
- name: install system dependencies | ||
run: | | ||
|
@@ -154,6 +158,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: "3.10" | ||
|
||
- uses: extractions/setup-just@v2 | ||
env: | ||
|
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 |
---|---|---|
|
@@ -31,6 +31,8 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
python-version: "3.13" | ||
|
||
- uses: extractions/setup-just@v2 | ||
env: | ||
|