Skip to content

Commit e8721b9

Browse files
committed
Revert "Try separate install step"
This reverts commit 389833b.
1 parent 389833b commit e8721b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

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

0 commit comments

Comments
 (0)