Skip to content

Commit 6962349

Browse files
committed
Align pipeline with segy repo
1 parent b1ade24 commit 6962349

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
bump-my-version==2024.1130
1+
bump-my-version==1.1.1
22
nox==2025.2.9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 2
1818

19-
- name: Install the latest version of uv
19+
- name: Install the pinned version of uv
2020
uses: astral-sh/setup-uv@v5
2121
with:
2222
python-version: 3.13

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python }}
4444

45-
- name: Install the latest version of uv
45+
- name: Install the pinned version of uv
4646
uses: astral-sh/setup-uv@v5
4747
with:
4848
python-version: ${{ matrix.python }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Check out the repository
104104
uses: actions/checkout@v4
105105

106-
- name: Install the latest version of uv
106+
- name: Install the pinned version of uv
107107
uses: astral-sh/setup-uv@v5
108108
with:
109109
python-version: 3.13
@@ -122,13 +122,13 @@ jobs:
122122

123123
- name: Combine coverage data and display human readable report
124124
run: |
125-
nox --session=coverage -- --rcfile=pyproject.toml
125+
nox --session=coverage
126126
127127
- name: Create coverage report
128128
run: |
129-
nox --session=coverage -- xml --rcfile=pyproject.toml
129+
nox --session=coverage -- xml
130130
131131
- name: Upload coverage report
132-
uses: codecov/codecov-action@v5
132+
uses: codecov/codecov-action@v5.1.2
133133
env:
134134
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)