Skip to content

Commit

Permalink
fix: remove unnecessary --refs option from download_databases script …
Browse files Browse the repository at this point in the history
…in workflow
  • Loading branch information
absternator committed Dec 19, 2024
1 parent 60aba3c commit 26795ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26795ef

Please # to comment.