Skip to content

Commit

Permalink
add via url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbennett99 committed Apr 13, 2024
1 parent f89c1ca commit 9ab462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- run: julia 'import Pkg; Pkg.add("https://github.com/michaelbennett99/NumericalMethods.jl")'
- run: julia 'import Pkg; Pkg.add(url="https://github.com/michaelbennett99/NumericalMethods.jl")'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 9ab462a

Please sign in to comment.