-
-
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
30 additions
and
34 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 |
---|---|---|
|
@@ -119,7 +119,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/v3.5.1/.github/update_mailmap.py)" | ||
- uses: peter-evans/[email protected] | ||
with: | ||
assignees: ${{ github.actor }} | ||
|
@@ -195,14 +195,14 @@ jobs: | |
# uv needs a venv. See: https://github.com/astral-sh/uv/issues/1374 | ||
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/v3.5.1/requirements/metadata.txt | ||
- name: Project metadata | ||
id: project-metadata | ||
env: | ||
GITHUB_CONTEXT: ${{ toJSON(github) }} | ||
run: > | ||
source .venv/bin/activate && python -c "$(curl -fsSL | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/metadata.py)" | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.1/.github/metadata.py)" | ||
update-deps-graph: | ||
name: Update dependency graph | ||
|
@@ -225,9 +225,9 @@ jobs: | |
- name: Install pipdeptree and Poetry on system | ||
run: > | ||
python -m pip install --requirement | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/pipdeptree.txt | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.1/requirements/pipdeptree.txt | ||
--requirement | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.1/requirements/build.txt | ||
- name: Install project with Poetry | ||
run: | | ||
poetry install --only main --no-interaction | ||
|
@@ -286,7 +286,7 @@ jobs: | |
- name: Install Poetry | ||
run: > | ||
python -m pip install --requirement | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.1/requirements/build.txt | ||
- name: Install project dependencies | ||
run: | | ||
poetry install --with docs --no-interaction | ||
|
@@ -332,7 +332,7 @@ jobs: | |
- name: Install Poetry | ||
run: > | ||
python -m pip install --requirement | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.1/requirements/build.txt | ||
- name: Install project dependencies | ||
# Let sphinx-click access project's code to generate CLI help. | ||
run: | | ||
|
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