-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(setup-uv): remove default-enabled cache
- Loading branch information
Showing
9 changed files
with
18 additions
and
29 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 |
---|---|---|
|
@@ -46,7 +46,6 @@ jobs: | |
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
version: "0.4.x" | ||
|
||
- name: update apt-get | ||
|
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,8 +112,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- 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,8 +66,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- uses: extractions/setup-just@v2 | ||
env: | ||
|
@@ -488,8 +486,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- name: install other deps | ||
if: matrix.backend.additional_deps != null | ||
|
@@ -605,8 +601,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
# 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,8 +31,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- 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,8 +65,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- name: install ${{ matrix.os }} system dependencies | ||
if: matrix.os == 'ubuntu-latest' | ||
|
@@ -123,8 +121,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- name: install system dependencies | ||
run: | | ||
|
@@ -158,8 +154,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- 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,8 +31,6 @@ jobs: | |
|
||
- name: install uv | ||
uses: astral-sh/[email protected] | ||
with: | ||
enable-cache: true | ||
|
||
- 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.