Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 #266

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
- name: Build
# It seems as though flit publish expects a .pypirc file as compared to
# only a token passed as an argument.
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: default lint
- name: pre-commit
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- name: Wait for SQL Server
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- name: Wait for db2 to load
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- run: |
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
# - name: Checkout branch
# uses: actions/checkout@v4
# - name: Set up pixi
# uses: prefix-dev/[email protected].2
# uses: prefix-dev/[email protected].3
# with:
# environments: ${{ matrix.env }}
# - run: |
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- name: Set up container
run: docker compose up --wait impala
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: ${{ matrix.env }}
- run: |
Expand Down
Loading