Skip to content

Commit be6197a

Browse files
committed
address review comments
1 parent 5cb28a4 commit be6197a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/PR.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@ on:
1313
workflow_call:
1414
workflow_dispatch:
1515

16-
env:
17-
POETRY_VERSION: 1.8.1
18-
1916
jobs:
2017
checks:
2118
runs-on: ubuntu-latest
22-
env:
23-
PYTHON_VERSION: 3.11 # Use latest
2419
steps:
2520
- name: Check out repo
2621
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2722
- name: Set up Python
23+
id: setup-python
2824
uses: ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
2925
- name: Set up Poetry
3026
uses: ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
@@ -51,6 +47,7 @@ jobs:
5147
- name: Check out repo
5248
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5349
- name: Set up Python
50+
id: setup-python
5451
uses: ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
5552
- name: Set up Poetry
5653
uses: ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1

0 commit comments

Comments
 (0)