Skip to content

Commit

Permalink
Setup pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 18, 2024
1 parent c4d68e5 commit 4a6524a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/remove-incompatible-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
pixi-version: v0.31.0
activate-environment: true

- name: Run compatibility check script
run: pixi run remove-incompatible-packages
Expand Down

0 comments on commit 4a6524a

Please sign in to comment.