diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index ef5eb32..8fc3847 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -46,7 +46,7 @@ jobs: run: conda install -y winpty - name: Install build/test dependencies shell: bash -l {0} - run: pip install maturin toml pytest pytest-lazy-fixture flaky + run: pip install maturin toml pytest flaky - name: Build pywinpty shell: bash -l {0} run: maturin develop