Skip to content

Commit

Permalink
fix tests with file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Cooper committed Mar 12, 2024
1 parent 5dc8f67 commit 826ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db
wget -O SIMPLE.sqlite https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.sqlite
- name: Test with pytest
run: |
pytest -v simple_app/tests/test_plots.py

0 comments on commit 826ca4e

Please sign in to comment.