We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e96fe5 commit 942e540Copy full SHA for 942e540
.github/workflows/test.yml
@@ -131,7 +131,7 @@ jobs:
131
COVERAGE_FILE: py${{ matrix.python-version }}-windows-dj${{ matrix.django-version }}.coverage
132
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
133
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
134
- WINPTY_MSC: ${{ github.workspace }}\winpty-msvc
+ WINPTY_ROOT: ${{ github.workspace }}\winpty-msvc
135
steps:
136
- uses: actions/checkout@v5
137
with:
0 commit comments