-
-
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
40 additions
and
44 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 |
---|---|---|
|
@@ -120,7 +120,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.7/.github/update_mailmap.py)" | ||
- uses: peter-evans/[email protected] | ||
with: | ||
assignees: ${{ github.actor }} | ||
|
@@ -192,18 +192,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/v3.5.7/requirements/uv.txt | ||
- name: Install pinned Poetry | ||
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.7/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)" | ||
python -c "$(curl -fsSL https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.7/.github/metadata.py)" | ||
update-deps-graph: | ||
name: Update dependency graph | ||
|
@@ -223,12 +223,12 @@ 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/v3.5.7/requirements/uv.txt | ||
- name: Install pipdeptree and Poetry on system | ||
run: | | ||
uv venv --system | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/pipdeptree.txt \ | ||
-r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt | ||
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.7/requirements/pipdeptree.txt \ | ||
-r https://raw.githubusercontent.com/kdeldycke/workflows/v3.5.7/requirements/build.txt | ||
- name: Install project with Poetry | ||
run: | | ||
poetry install --only main --no-interaction | ||
|
@@ -290,7 +290,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.7/requirements/build.txt | ||
- name: Install project dependencies | ||
run: | | ||
poetry install --with docs --no-interaction | ||
|
@@ -337,7 +337,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.7/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