Skip to content

Commit 108dfc2

Browse files
committed
use a docker image in GH workflow
1 parent 760d12d commit 108dfc2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,13 @@ concurrency:
3838
jobs:
3939
build-and-deploy:
4040
runs-on: self-hosted
41+
container:
42+
image: ghcr.io/prefix-dev/pixi:latest
4143
steps:
4244
- name: Checkout repository
4345
uses: actions/checkout@v4
4446
with:
4547
clean: true
46-
- name: Clean up previous pixi installation
47-
run: |
48-
rm -rf /containers/github-actions/.pixi || true
49-
- name: Setup pixi
50-
uses: prefix-dev/setup-pixi@v0.8.1
51-
with:
52-
pixi-version: latest
53-
cache: true
5448
- name: Setup dependencies
5549
run: |
5650
pixi install

0 commit comments

Comments
 (0)