Skip to content

Commit

Permalink
take out 3.7 from black checks (it's deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed May 27, 2024
1 parent bc9fead commit 4f1d9eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Code Quality
if: matrix.python-version != '3.7'
run: |
pip install black
black pulp/ --check
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: install glpk
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 4f1d9eb

Please sign in to comment.