Skip to content

Commit

Permalink
Update build_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Meeker authored Aug 4, 2023
1 parent 1ca327f commit fb12372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install ruff pytest mypy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Lint with ruff
run: |
Expand Down

0 comments on commit fb12372

Please sign in to comment.