Skip to content

Commit a840aee

Browse files
authored
workflows/listgen: fix missing env var (#73)
Signed-off-by: William Woodruff <[email protected]>
1 parent 6a89679 commit a840aee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/listgen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
with:
5656
name: pre-list-${{ matrix.python }}
5757
- name: walk modules
58+
env:
59+
LISTGEN_PYTHON_VERSION: ${{ matrix.python }}
5860
run: |
5961
python -V
6062
python ./support/walk-modules.py "${LISTGEN_PYTHON_VERSION}.txt" < pre-list.txt

0 commit comments

Comments
 (0)