Skip to content

Commit 097aa3d

Browse files
committed
use abspath
1 parent 0870eec commit 097aa3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- uses: julia-actions/julia-buildpkg@v1
2828
- name: Build
2929
run: |
30-
export JULIA_CONDAPKG_ENV="rms_env"
30+
current_path=pwd
31+
export JULIA_CONDAPKG_ENV="$current_path/rms_env"
3132
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
3233
- name: Run tests
3334
run: |

0 commit comments

Comments
 (0)