Skip to content

Commit ce94c6b

Browse files
committed
Testing GH Action for poetry-version
1 parent be1f068 commit ce94c6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
secrets: inherit # pragma: allowlist secret
1616
UnitTest:
1717
name: Python Unit Test
18-
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
18+
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@k-burt-uch-patch-1
1919
strategy:
2020
matrix:
2121
# the versions for which we require the CI to pass on PRs can
2222
# be updated in the repo settings (branch rules)
2323
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
24+
poetry-version: ['2.2.1']
2425
fail-fast: false # run for all versions even if one of them fails
2526
with:
2627
python-version: ${{ matrix.version }}
28+
poetry-version: ${{ matrix.poetry-version }}

0 commit comments

Comments
 (0)