aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-04 13:30:14 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-04 13:30:14 -0500
commit2c8b05646b4fc2b14c7f026a8bfe08c757498a3c (patch)
tree0a9cd78f507a619c80d7ba9a2896c8a087f84e6e
parent848a31b61bb99f4ebab2613a09d42a880cfea3c4 (diff)
downloadcrumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.tar.gz
crumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.tar.bz2
crumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.zip
fix: update imports for ruff.yml
-rw-r--r--.github/workflows/ruff.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
index 2cefea1..61f90cb 100644
--- a/.github/workflows/ruff.yml
+++ b/.github/workflows/ruff.yml
@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install pandas plotly
+ pip install flask
- name: Install Ruff
uses: astral-sh/ruff-action@v3.2.2
- name: Ruff Actions