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 097aa3d commit 33dc66fCopy full SHA for 33dc66f
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: julia-actions/julia-buildpkg@v1
28
- name: Build
29
run: |
30
- current_path=pwd
+ current_path=${{ github.workspace }}
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
0 commit comments