Skip to content

Commit 942e540

Browse files
committed
fix winpty env var name
1 parent 0e96fe5 commit 942e540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
COVERAGE_FILE: py${{ matrix.python-version }}-windows-dj${{ matrix.django-version }}.coverage
132132
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
133133
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
134-
WINPTY_MSC: ${{ github.workspace }}\winpty-msvc
134+
WINPTY_ROOT: ${{ github.workspace }}\winpty-msvc
135135
steps:
136136
- uses: actions/checkout@v5
137137
with:

0 commit comments

Comments
 (0)