diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 145460290a..db9faafd5a 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -21,10 +21,10 @@ jobs: with: python-version: '3.12' cache: 'pip' - cache-dependency-path: '/requirements/requirements-notify.txt' + cache-dependency-path: 'requirements/requirements-notify.txt' - name: Install dependencies - run: pip install -r /requirements/requirements-notify.txt + run: pip install -r requirements/requirements-notify.txt - name: Send notification env: