Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Feb 24, 2025
1 parent 1a10e0f commit 0398ca3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
- name: Update pip, install dev deps
run: uv pip install -r requirements-dev.txt
- name: Code Quality
run: |
python -m pip install black
black pulp/ --check
run: black pulp/ --check
- name: Type Check
run: mypy ./
- name: install ubuntu-only solvers
Expand Down

0 comments on commit 0398ca3

Please sign in to comment.