Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit fdd2870

Browse files
author
Phil Varner
committed
use python matrix parameter
1 parent e284ec8 commit fdd2870

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ["3.12"]
24-
2524
steps:
2625
- uses: actions/checkout@v4
2726
- run: pipx install poetry==1.7.1
2827
- uses: actions/setup-python@v5
2928
with:
30-
python-version: "3.12"
29+
python-version: ${{ matrix.python-version }}
3130
cache: poetry
3231
- name: Install dependencies
3332
run: poetry install --with=dev

0 commit comments

Comments
 (0)