We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0870eec commit 097aa3dCopy full SHA for 097aa3d
.github/workflows/CI.yml
@@ -27,7 +27,8 @@ jobs:
27
- uses: julia-actions/julia-buildpkg@v1
28
- name: Build
29
run: |
30
- export JULIA_CONDAPKG_ENV="rms_env"
+ current_path=pwd
31
+ export JULIA_CONDAPKG_ENV="$current_path/rms_env"
32
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
33
- name: Run tests
34
0 commit comments