-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
9 changed files
with
39 additions
and
42 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
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
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 |
---|---|---|
|
@@ -126,7 +126,7 @@ jobs: | |
- name: Generate .mailmap | ||
run: > | ||
python -c "$(curl -fsSL | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/update_mailmap.py)" | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/.github/update_mailmap.py)" | ||
- uses: peter-evans/[email protected] | ||
with: | ||
assignees: ${{ github.actor }} | ||
|
@@ -198,18 +198,18 @@ jobs: | |
rm ./pyproject.toml | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/uv.txt | ||
- name: Install dependencies | ||
run: | | ||
uv venv --system | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/metadata.txt | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/metadata.txt | ||
- name: Project metadata | ||
id: project-metadata | ||
env: | ||
GITHUB_CONTEXT: ${{ toJSON(github) }} | ||
run: > | ||
uv run python -c | ||
"$(curl -fsSL https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/metadata.py)" | ||
"$(curl -fsSL https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/.github/metadata.py)" | ||
update-deps-graph: | ||
name: Update dependency graph | ||
|
@@ -229,11 +229,11 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/uv.txt | ||
- name: Install pipdeptree | ||
run: | | ||
uv venv --system | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/pipdeptree.txt | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/pipdeptree.txt | ||
- name: Install project | ||
run: | | ||
uv pip install . | ||
|
@@ -294,7 +294,7 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/uv.txt | ||
- name: Install project dependencies | ||
run: | | ||
uv venv --system | ||
|
@@ -338,7 +338,7 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.0.1/requirements/uv.txt | ||
- name: Install project dependencies | ||
run: | | ||
uv venv --system | ||
|
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
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
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
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
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
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