diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1493285..c6be3d4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -48,7 +48,7 @@ jobs: python-version: 3.11 cache: 'pip' - name: Setup Ping - run: pip install git+https://github.com/cxzlw/ping.git + run: pip install -r requirements.txt - name: Ping run: python -m ping --google --index-now env: