Skip to content

Remove Incompatible Packages #440

Remove Incompatible Packages

Remove Incompatible Packages #440

name: Remove Incompatible Packages
on:
workflow_dispatch:
schedule:
- cron: "0 17 * * *" # 9 AM PST
permissions:
contents: write
pull-requests: write
jobs:
check-incompatible-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
with:
pixi-version: v0.37.0
- name: Configure git
run: pixi run configure-git
- name: Run compatibility check script
run: pixi run remove-incompatible-packages
env:
GITHUB_REPOSITORY: "${{ github.repository }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"