diff --git a/.github/workflows/test_tmate.yml b/.github/workflows/test_tmate.yml index e395669..294297b 100644 --- a/.github/workflows/test_tmate.yml +++ b/.github/workflows/test_tmate.yml @@ -6,11 +6,11 @@ jobs: runs-on: gpu steps: - uses: actions/checkout@v4 - - uses: prefix-dev/setup-pixi@v0.8.1 - with: - pixi-version: v0.40.3 - log-level: v + # - uses: prefix-dev/setup-pixi@v0.8.1 + # with: + # pixi-version: v0.40.3 + # log-level: v # cache: true - # - run: pixi install + - run: curl -fsSL https://pixi.sh/install.sh | bash - name: Setup tmate session uses: mxschmitt/action-tmate@v3 \ No newline at end of file