Skip to content

Commit d7a3bc3

Browse files
committed
update
1 parent 8140a9b commit d7a3bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/julia-buildpkg@v1
2828
- name: Build
2929
run: |
30-
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
30+
julia -e 'ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env"); using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
3131
- name: Run tests
3232
run: |
3333
julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'

0 commit comments

Comments
 (0)