Skip to content

Commit

Permalink
Merge pull request #113 from koaning/cifix
Browse files Browse the repository at this point in the history
Black fix CI
  • Loading branch information
koaning authored Jan 18, 2025
2 parents 025205f + 9a1dbf2 commit dd8072b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,4 +26,4 @@ jobs:
run: python -m pip install black interrogate
- name: Black
if: always()
run: black -t py37 --check embetter tests setup.py
run: python -m black -t py37 --check embetter tests setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup(
name="embetter",
version="0.6.2",
version="0.6.5",
author="Vincent D. Warmerdam",
packages=find_packages(exclude=["notebooks", "docs", "datasets"]),
description="Just a bunch of useful embeddings to get started quickly.",
Expand Down

0 comments on commit dd8072b

Please sign in to comment.