Skip to content

Commit

Permalink
Remove pytest-lazy-fixture from test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Feb 24, 2024
1 parent 32824ca commit 0c21fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c21fdf

Please sign in to comment.