Skip to content

Commit

Permalink
Bump prefix-dev/setup-pixi from 0.5.2 to 0.6.0 (#86)
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.5.2 to 0.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prefix-dev/setup-pixi/releases">prefix-dev/setup-pixi's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>✨ New features</h3>
<ul>
<li>support preinstalled local pixi by <a
href="https://github.com/ytausch"><code>@​ytausch</code></a> in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/98">prefix-dev/setup-pixi#98</a></li>
<li>Add better support for pyproject.toml pixi projects by <a
href="https://github.com/ruben-arts"><code>@​ruben-arts</code></a> in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/87">prefix-dev/setup-pixi#87</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ytausch"><code>@​ytausch</code></a> made
their first contribution in <a
href="https://redirect.github.com/prefix-dev/setup-pixi/pull/98">prefix-dev/setup-pixi#98</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prefix-dev/setup-pixi/compare/v0.5.2...v0.6.0">https://github.com/prefix-dev/setup-pixi/compare/v0.5.2...v0.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prefix-dev/setup-pixi/commit/632d17935141ec801697e2c359784b878adecbbe"><code>632d179</code></a>
Add better support for pyproject.toml pixi projects (<a
href="https://redirect.github.com/prefix-dev/setup-pixi/issues/87">#87</a>)</li>
<li><a
href="https://github.com/prefix-dev/setup-pixi/commit/60414de9541e97a022f6002488374bfba1d1cf13"><code>60414de</code></a>
support preinstalled local pixi (<a
href="https://redirect.github.com/prefix-dev/setup-pixi/issues/98">#98</a>)</li>
<li>See full diff in <a
href="https://github.com/prefix-dev/setup-pixi/compare/v0.5.2...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefix-dev/setup-pixi&package-manager=github_actions&previous-version=0.5.2&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 9b88cd2 commit 76d8035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: "latest"
- name: Check Quarto installation and all engines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: "latest"
- name: Run mypy on hydamo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: "latest"
- name: Run tests
Expand Down

0 comments on commit 76d8035

Please sign in to comment.