Skip to content

Commit

Permalink
Use ${{ github.workspace }}
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Mar 29, 2024
1 parent 097aa3d commit 33dc66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- name: Build
run: |
current_path=pwd
current_path=${{ github.workspace }}
export JULIA_CONDAPKG_ENV="$current_path/rms_env"
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
- name: Run tests
Expand Down

0 comments on commit 33dc66f

Please sign in to comment.