Skip to content

Commit e41c239

Browse files
committed
make it so it can find tests
1 parent 4aa2ed1 commit e41c239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
# 6️⃣ Run tests
4242
- name: Run tests
4343
run: |
44-
poetry run pytest planet_overlap/tests --maxfail=1 --disable-warnings -q
44+
export PATH="$HOME/.local/bin:$PATH"
45+
poetry run pytest tests --maxfail=1 --disable-warnings -q

0 commit comments

Comments
 (0)