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