Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 24, 2024
1 parent ef85154 commit 158d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Show Python and Streamlit versions
run: |
python -V
uv run streamlit version
python -c "import streamlit; print(streamlit.__version__)"
- name: Run Ruff
run: |
uv run ruff check --output-format=github .
Expand Down

0 comments on commit 158d551

Please sign in to comment.