We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c768160 commit a0d2882Copy full SHA for a0d2882
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install pytest>=7.0.0,<8.0.0 pytest-cov>=4.1.0,<5.0.0 pytest-mock>=3.10.0
+ pip install pytest "pytest>=7.0.0,<8.0.0" "pytest-cov>=4.1.0,<5.0.0" "pytest-mock>=3.10.0"
26
pip install -e ".[test]"
27
28
- name: Run tests
0 commit comments