diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index dd49f71b..a5f5a2d6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -32,7 +32,7 @@ jobs: - name: Download and extract GPS database working-directory: ./main run: | - ./scripts/download_databases --refs + ./scripts/download_databases - name: Set up Python 3.9 uses: actions/setup-python@v2