Skip to content

Commit fb8fc15

Browse files
committed
ci: fix failure to add test of oldest deps
1 parent ca21c38 commit fb8fc15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: ./dist
6363

6464
test:
65-
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }}
65+
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }} ${{ (matrix.pip-install-constraints != '' && '(oldest deps)') || '' }}
6666
needs: [build]
6767
timeout-minutes: 30
6868
runs-on: ${{ matrix.os }}
@@ -87,6 +87,7 @@ jobs:
8787
python-version: "3.8"
8888
pip-extras: lab
8989

90+
include:
9091
# this test is manually updated to reflect the lower bounds of
9192
# versions from dependencies
9293
- os: ubuntu-22.04
@@ -170,7 +171,7 @@ jobs:
170171
uses: actions/upload-artifact@v4
171172
with:
172173
name: |-
173-
tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ github.run_attempt }}
174+
tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}
174175
path: |
175176
./build/pytest
176177
./build/coverage

0 commit comments

Comments
 (0)