Skip to content

Commit e25c496

Browse files
committed
Fix pipeline
1 parent deef9ad commit e25c496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install poetry
31-
poetry install
3231
3332
- name: Check Formatting
3433
run: |
34+
poetry shell
3535
black --check .
3636
flake8 .
3737
isort --check .
3838
3939
- name: Run Tests
40-
run: pytest
40+
run: poetry run pytest

0 commit comments

Comments
 (0)