Skip to content

Commit

Permalink
Bump prefix-dev/setup-pixi from 0.6.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 75cfe52 commit 067a83a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.8.0
with:
manifest-path: pyproject.toml
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.8.0
with:
manifest-path: pyproject.toml
- run: pixi run docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.8.0
with:
manifest-path: pyproject.toml
- name: Run Ruff
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.8.0
with:
manifest-path: pyproject.toml
- name: Run mypy
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.8.0
with:
manifest-path: pyproject.toml
- name: Build and check packages
Expand Down

0 comments on commit 067a83a

Please sign in to comment.