Skip to content

Commit

Permalink
Merge pull request #424 from JuliaPhysics/tests
Browse files Browse the repository at this point in the history
Run Downgrade on julia-1.10
  • Loading branch information
fhagemann authored Oct 20, 2024
2 parents 8bbf0e8 + 3df4e13 commit 7eea486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
version: ['1.10']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,15 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- name: Add LegendJuliaRegistry
run: julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/JuliaRegistries/General")); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))'
run: julia -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))'
shell: bash
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: 'Conda'
- name: Remove Geant4 on x86
run: julia --project="test" -e 'using Pkg; Pkg.rm("Geant4")'
shell: bash
if: matrix.arch == 'x86'
- uses: julia-actions/julia-runtest@v1
with:
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
Expand Down

0 comments on commit 7eea486

Please sign in to comment.