Skip to content

Commit

Permalink
fix: ci (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel authored Nov 2, 2024
1 parent 59ef8b4 commit 868ab6d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,10 @@ concurrency:
cancel-in-progress: true

jobs:
cache-pixi:
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
runs-on: windows-latest
strategy:
matrix:
pixi_env: [audio, arithmetic]
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
environments: ${{matrix.pixi_env}}
cache: true

ruff-lint:
uses: Glatzel/template/.github/workflows/ruff.yml@main

pytest-audio:
needs: cache-pixi
if: always()
uses: Glatzel/template/.github/workflows/pytest.yml@main
with:
name: test
Expand All @@ -53,8 +37,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pytest-arithmetic:
needs: cache-pixi
if: always()
uses: Glatzel/template/.github/workflows/pytest.yml@main
with:
name: test
Expand Down

0 comments on commit 868ab6d

Please sign in to comment.