Skip to content

Commit 522f66e

Browse files
committed
fix: gh actions typo
1 parent 4cf895e commit 522f66e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/code-check.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ jobs:
2929
python3 -m pip install --upgrade pip
3030

3131
- name: 📦 Install dependencies
32-
run: |
33-
pip install -r requirements.txt
34-
pip install -r dev-requirements.txt
32+
run: pip install -r requirements.txt -r dev-requirements.txt
3533

3634
- name: 👷‍ Run Tests
3735
- run: export PYTHONPATH="$PYTHONPATH:$PWD/src" && pytest --cov-report html
3836

3937
- name: 🚮 Remove test environment
40-
- run: |
41-
echo Deleting testenv
42-
deactivate
38+
- run: deactivate
4339
rm -rf testenv

0 commit comments

Comments
 (0)