Skip to content

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 in the dependencies gr… #280

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 in the dependencies gr…

Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1 in the dependencies gr… #280

Workflow file for this run

name: CI Copier
on: [push]
# Automatically stop old builds on the same branch/PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unittests:
name: Check project generation
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
matrix:
# ensure that `sed` behaves well on both Linux and macOS
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0 # copier doesn't like shallow clones
- name: Set up pixi
uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
- name: Test
run: pixi run test