Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Oct 25, 2021
1 parent 4d07381 commit ded81d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
command: addpath('deps'), build
- name: Add Mex.jl package to the default Julia environment
run: julia -e 'using Pkg; Pkg.add(".");'
run: julia -e 'using Pkg; Pkg.add(url=".");'
- name: Run MATLAB tests
uses: matlab-actions/run-tests@v1
with:
Expand Down

0 comments on commit ded81d9

Please sign in to comment.