Skip to content

Commit a8a944d

Browse files
committed
Fix
1 parent 60ff43c commit a8a944d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/julia-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,7 @@ jobs:
8585
- name: Run Julia tests
8686
run: |
8787
cd julia/PECOS.jl
88-
julia --project=. -e '
89-
using Pkg
90-
91-
# Instantiate project
92-
Pkg.instantiate()
93-
94-
# Run tests directly since package doesn't have UUID yet
95-
include("test/runtests.jl")'
88+
julia --project=. -e 'using Pkg; Pkg.instantiate(); include("test/runtests.jl")'
9689
9790
- name: Run examples
9891
run: |

0 commit comments

Comments
 (0)