Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Feb 1, 2024
1 parent 39f211b commit 55501c7
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 2,294 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- py312
steps:
- uses: actions/checkout@v4
- name: Set up conda env
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
environments: ${{ matrix.env }}
Expand All @@ -45,8 +45,8 @@ jobs:
custom-pytest: pixi run test
report-title: Unit tests - ${{ matrix.env }}

pre-commit: # todo switch to pre-commit.ci
name: "Pre-commit checks"
pre-commit:
name: pre-commit checks
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 55501c7

Please sign in to comment.