Skip to content

Commit

Permalink
split on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 30, 2024
1 parent 664d347 commit 645fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
if: matrix.python-version != '3.8'
if: matrix.python-version > '3.8'
run: |
python -m pip install uv
uv pip install --system --upgrade pip setuptools wheel
Expand Down

0 comments on commit 645fc9f

Please sign in to comment.