Skip to content

Commit

Permalink
remove install dace_jll from github in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Jun 27, 2024
1 parent 28a4953 commit c3abcab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run tests

on:
on:
push:
pull_request:

Expand All @@ -22,8 +22,6 @@ jobs:
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/chrisdjscott/DACE_jll.jl.git")'
shell: bash
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
# with:
Expand Down

0 comments on commit c3abcab

Please sign in to comment.