From 0bd6dac2e657544c4b4be0c87f40b85656a9db4d Mon Sep 17 00:00:00 2001 From: Asif Sayyed Date: Sat, 20 Jun 2026 12:41:38 +0530 Subject: [PATCH] #50 fix error during execution --- .github/workflows/update-fossils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-fossils.yml b/.github/workflows/update-fossils.yml index 664e199..5ec660c 100644 --- a/.github/workflows/update-fossils.yml +++ b/.github/workflows/update-fossils.yml @@ -31,8 +31,8 @@ jobs: - name: Update fossils run: | - poetry run python scripts/add_fossils.py - poetry run python scripts/cleanup_data.py + poetry run python -m scripts.add_fossils + poetry run python -m scripts.cleanup_data timeout-minutes: 180 - name: Push to chore/fossil-update