Skip to content

Add LHCb and CMS GDML geometries. Assign colors based on material Z #26

Add LHCb and CMS GDML geometries. Assign colors based on material Z

Add LHCb and CMS GDML geometries. Assign colors based on material Z #26

Workflow file for this run

name: Downgrade
env:
JULIA_NUM_THREADS: 4
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['lts']
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v2
with:
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: false