diff options
| author | Christian Cleberg <[email protected]> | 2025-06-04 13:30:14 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-04 13:30:14 -0500 |
| commit | 2c8b05646b4fc2b14c7f026a8bfe08c757498a3c (patch) | |
| tree | 0a9cd78f507a619c80d7ba9a2896c8a087f84e6e | |
| parent | 848a31b61bb99f4ebab2613a09d42a880cfea3c4 (diff) | |
| download | crumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.tar.gz crumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.tar.bz2 crumb-2c8b05646b4fc2b14c7f026a8bfe08c757498a3c.zip | |
fix: update imports for ruff.yml
| -rw-r--r-- | .github/workflows/ruff.yml | 2 |
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/[email protected] - name: Ruff Actions |
