Skip to content

Commit

Permalink
fixup! fixup! Use Github Actions as CI
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Scholtes <geigerzaehler@axiom.fm>
  • Loading branch information
geigerzaehler committed May 2, 2023
1 parent 10f6be1 commit 14f5cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: poetry env use $(which python)
- run: poetry install
- run: poetry run black --check .
- run: poetry run isort --check .
Expand All @@ -38,6 +39,7 @@ jobs:
with:
python-version: 3.8
cache: poetry
- run: poetry env use $(which python)
- run: poetry install
# We cannot use `poetry add` because poetry does not install beets
# dependencies properly
Expand Down

0 comments on commit 14f5cf0

Please sign in to comment.