Skip to content

Commit 389833b

Browse files
committed
Try separate install step
1 parent a0d8a9e commit 389833b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
pip install pytest dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
48+
pip install dist/*.whl -r requirements_dev.txt
49+
pip install pytest-md pytest-emoji
4950
- name: Run pytest
5051
uses: pavelzw/pytest-action@b09a85cd1831cbaae76125fcae4a1e4b137ef026 # v2.1.3
5152
with:

0 commit comments

Comments
 (0)