Skip to content

Commit

Permalink
Merge pull request #20 from schmidtfa/avoid_pixi_lock
Browse files Browse the repository at this point in the history
do not use locked pixi install to avoid problems with pixi.lock
  • Loading branch information
thht authored Jul 26, 2024
2 parents a9934a5 + 6dc999a commit 438ef79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
pixi-version: latest
cache: true
locked: false
frozen: false
- run: pixi run lint_ci
- run: pixi run test
- name: Coveralls
Expand All @@ -33,6 +35,8 @@ jobs:
with:
pixi-version: latest
cache: true
locked: false
frozen: false
- run: pixi run lint_ci
type_check:
runs-on: ubuntu-latest
Expand All @@ -42,4 +46,6 @@ jobs:
with:
pixi-version: latest
cache: true
locked: false
frozen: false
- run: pixi run -e mne check_types

0 comments on commit 438ef79

Please sign in to comment.