Skip to content

CompatHelper: bump compat for CellArrays to 0.3 for package test, (keep existing compat) #1673

CompatHelper: bump compat for CellArrays to 0.3 for package test, (keep existing compat)

CompatHelper: bump compat for CellArrays to 0.3 for package test, (keep existing compat) #1673

Workflow file for this run

name: Check Dependencies
on: [push, pull_request]
jobs:
check_dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check for GLMakie and JustPIC dependencies
run: |
if grep -q "GLMakie" ./Project.toml; then
echo "GLMakie dependency found, failing the test."
exit 1
fi
echo "Neither GLMakie dependencies found."