diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 19c96ead..18394d4c 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -4,7 +4,7 @@ docker: &docker - added|modified: './docker/*' dependencies: &dependencies - - 'pdm.lock' + - 'uv.lock' - 'pyproject.toml' actions: &actions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90f970b4..8cb64f43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -142,8 +142,6 @@ jobs: -e CELERY_BROKER_URL=${CELERY_BROKER_URL} \ -e CACHE_URL=${CACHE_URL} \ -e SECRET_KEY=super-secret-key-just-for-testing \ - -e HOPE_API_URL="https://dev-hope.unitst.org/api/rest/" \ - -e AURORA_API_URL="https://uni-hope-ukr-sr-dev.unitst.org/api/" \ -v "./output/:/app/output" \ -v "./src/:/app/src" \ -v "./tests:/app/tests" \