Skip to content

Commit e3b4fd1

Browse files
committed
Remove working_dir
1 parent c163be9 commit e3b4fd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
with:
2828
poetry-version: ${{ matrix.poetry-version }}
2929
- name: Install dependencies
30-
working-directory: ./ossso_app
3130
run: |
3231
poetry install
3332
- name: Test
34-
working-directory: ./ossso_app
3533
run: |
3634
poetry run pytest
3735

0 commit comments

Comments
 (0)