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 389833b commit e8721b9Copy full SHA for e8721b9
.github/workflows/build_and_test.yml
@@ -45,8 +45,7 @@ jobs:
45
- name: Install dependencies
46
run: |
47
python -m pip install --upgrade pip
48
- pip install dist/*.whl -r requirements_dev.txt
49
- pip install pytest-md pytest-emoji
+ pip install pytest dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
50
- name: Run pytest
51
uses: pavelzw/pytest-action@b09a85cd1831cbaae76125fcae4a1e4b137ef026 # v2.1.3
52
with:
0 commit comments